Mixin2Indices

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

Members

Variables

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

Meta