o_Accepts Tuple Of Arguments
open override fun o_AcceptsTupleOfArguments(self: AvailObject, arguments: A_Tuple): Boolean
Content copied to clipboard
Answer whether these are acceptable arguments for invoking a FunctionDescriptor that is an instance of self. There may be more entries in the TupleDescriptor than are required by the FunctionTypeDescriptor.
Return
true if the arguments of the receiver are, pairwise, more general than the types of the corresponding elements of the arguments tuple, false otherwise.
See also
Parameters
self
The receiver.
arguments
A tuple containing the argument values to be checked.