ch

Match any character in accept

@safe
struct ch (
alias accept
) if (
isSomeChar!(ElementType!(typeof(accept)))
) {}

Members

Static functions

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

Meta