o_Accepts List Of Arg Types
open override fun o_AcceptsListOfArgTypes(self: AvailObject, argTypes: List<A_Type>): Boolean
Content copied to clipboard
Answer whether these are acceptable argument types for invoking a function whose type is self.
Return
true if the arguments of the receiver are, pairwise, more general than those within the argTypes list, false otherwise.
See also
Parameters
self
The receiver.
arg Types
A list containing the argument types to be checked.