A template.
The last arguments for T.
T with Args applied to it as itslast arguments.
alias intIs = ApplyRight!(allSatisfy, int); static assert(intIs!(isIntegral)); static assert(!intIs!(isUnsigned));
See Implementation