lu.typecons

Type constructors.

Members

Mixin templates

OpDispatcher
mixintemplate OpDispatcher(string token, Flag!"inFront" inFront = Yes.inFront)

Mixin template generating an opDispatch redirecting calls to members whose names match the passed variable string but with a given token string in the front or at the end of the name.

UnderscoreOpDispatcher
mixintemplate UnderscoreOpDispatcher()

Mixin template generating an opDispatch redirecting calls to members whose names match the passed variable string but with an underscore prepended to the name.

Meta