not_ch

Match any character except those in reject

@safe
struct not_ch (
alias reject
) if (
isSomeChar!(ElementType!(typeof(reject)))
) {}

Members

Static functions

opCall
auto opCall(R i)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta