Returns a tuple with parameter types of a function.
A function.
Tuple with parameter types of a function.
int func(Object, uint[]); static assert(is(Parameters!func == AliasSeq!(Object, uint[])));
See Implementation
Returns a tuple with parameter types of a function.