TypeFunction.resolveNamedArgs

Convert an argumentList, which may contain named arguments, into a list of arguments in the order of the parameter list.

class TypeFunction
extern (D)
Expressions*
resolveNamedArgs

Parameters

argumentList ArgumentList

array of function arguments

pMessage const(char)**

address to store error message, or null

Return Value

re-ordered argument list, or null on error

Meta