Template ArgumentTypeTuple
Evaluates to a type tuple of the argument types of T, where T must be either a function, delegate or functor type.
template ArgumentTypeTuple(T)
;
Evaluates to a type tuple of the argument types of T, where T must be either a function, delegate or functor type.
template ArgumentTypeTuple(T)
;