PreprocessKey.PreprocessKey

Undocumented in source.
  1. enum PreprocessKey;
    template PreprocessKey(string key)
    @safe
    static if(key.endsWith("_"))
    enum PreprocessKey = key[0 .. $ - 1];
  2. enum PreprocessKey;

Meta