o_Accepts Arg Types From Function Type
abstract fun o_AcceptsArgTypesFromFunctionType(self: AvailObject, functionType: A_Type): Boolean
Content copied to clipboard
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.
See also
Parameters
self
A function type.
function Type
A function type.