partialSuffixed

Suffix a template with a set of arguments.

Suffix a template with a set of arguments. A suffixed template will have first arguments to be Args, and rest of passed arguments afterwards (Sargs).

template partialSuffixed (
alias pred
Args...
) {}

Members

Templates

partialSuffixed
template partialSuffixed(Sargs...)
Undocumented in source.

Parameters

pred

prefixable template

Args

arguments that are suffixed

Meta