_partialm

Create a template _ to form a "partial" version of a mixin template T with the first part of the supplied argument list, and the remainder as parameters to the created template.

mixin template _partialm (
U...
) {}

Members

Templates

_
template _(V...)
Undocumented in source.

Meta