not_ch

Match any character except those in reject

version(legacy)
struct not_ch (
alias reject
) if (
is(ElementType!(typeof(reject)))
) {}

Members

Aliases

Char
alias Char = ElementType!(typeof(reject))
Undocumented in source.

Static functions

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

Variables

e
enum string[] e;
Undocumented in source.

Meta