mixAliasForward

Generates code to create forwarding aliases to the given mixin/template member. Used as a replacement for "alias M this", which doesn't seem to work with mixins and templates.

template mixAliasForward(alias M, string name = __traits(identifier, M))
deprecated static static
string
mixAliasForward
()

Members

Static functions

mixAliasForward
deprecated string mixAliasForward()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta