Equivalent to D runtime's AliasSeq.
Returns a sequence containing the provided sequence after filtering by F.
A template which gets whether all the inputs satisfy the condition outlined in F.
A template which gets whether any of the inputs satisfy the condition outlined in F.
Returns a sequence of F!(T[0]), F!(T[1]), ..., F!(T[$-1])
Numem meta templates.
Most of these are taken directly from the D runtime.