Mixin2Indeces

Undocumented in source.
struct Mixin2Indeces (
stuff...
) if (
stuff.length == 2 &&
is(typeof(stuff[0]) == string[])
&&
is(typeof(stuff[1]) == size_t[])
) {}

Members

Variables

Indeces
enum size_t[] Indeces;
Undocumented in source.
MixinAliases
enum string[] MixinAliases;
Undocumented in source.

Meta