EnumText.code

Undocumented in source.
  1. enum code;
    template EnumText(string name, string[] list, bool first = true)
    static if(!(first))
    static if(list.length > 0)
    enum code = name ~ k ~ " = " ~ '"' ~ k ~ '"' ~ ',';
  2. enum code;

Meta