acceptsListOfArgTypes

fun A_Type.acceptsListOfArgTypes(argTypes: List<A_Type>): Boolean

Answer whether these are acceptable argument types for invoking a function whose type is the receiver.

Return

true if the arguments of the receiver are, pairwise, more general than those within the argTypes list, false otherwise.

Parameters

argTypes

A list containing the argument types to be checked.