ch

Match any character in accept

template ch(alias accept)
ch
(
R
)
(
in auto ref R i
)
if (
is(ElementType!(typeof(accept)))
)

Members

Functions

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

Meta