notIn.notIn

Undocumented in source.
  1. enum notIn;
  2. enum notIn;
    template notIn(string s, string chars)
    package @safe pure nothrow @nogc
    static if(!(chars.length == 0))
    static if(!canFind!(s, chars[0]))
    enum notIn = chars[0];
  3. enum notIn;

Meta