acceptsTupleOfArgTypes

Answer whether these are acceptable argument types for invoking a function that is an instance of the receiver. There may be more entries in the tuple than are required by the function type.

Return

true if the arguments of the receiver are, pairwise, more general than the corresponding elements of the argTypes tuple, false otherwise.

Parameters

argTypes

A tuple containing the argument types to be checked.