accepts Arg Types From Function Type
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
function Type
A function type.