o_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 self.
Return
true if the arguments of self are, pairwise, more general than those of functionType, false otherwise.
Parameters
self
A function type.
function Type
A function type.