accepts List Of Arg Values
fun A_Type.acceptsListOfArgValues(argValues: List<A_BasicObject>): Boolean
Content copied to clipboard
Answer whether these are acceptable arguments for invoking a function whose type is the receiver.
Return
true if the arguments of the receiver are, pairwise, more general than the types of the values within the argValues list, false otherwise.
Parameters
arg Values
A list containing the argument values to be checked.