acceptsArgTypesFromFunctionType

Answer whether the argument types supported by the specified function type are acceptable argument types for invoking a function whose type is the receiver.

Return

true if the arguments of the receiver are, pairwise, more general than those of functionType, false otherwise.

Parameters

functionType

A function type.