Components.Components

Undocumented in source.
  1. enum Components;
  2. enum Components;
    template Components(string components)
    @safe pure nothrow @nogc
    static if(!(components.length == 0))
    enum Components = ComponentType.stringof ~ ' ' ~ components[0] ~ " = 0;\n" ~ Components!(components[1..$]);

Meta