notIn.notIn

Undocumented in source.
  1. enum notIn;
  2. enum notIn;
  3. 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 = notIn!(s, chars[1..$]);

Meta