sdpc v0.1.0 (2017-03-23T22:36:17Z)
Dub
Repo
not_ch
sdpc
parsers
Match any character except those in reject
@
safe
struct
not_ch (
alias
reject
)
if
(
isSomeChar
!(
ElementType
!(
typeof
(
reject
)))
) {
static
auto
opCall
(R i);
}
Members
Static functions
opCall
auto
opCall
(R i)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
sdpc
parsers
aliases
digit
skip_whitespace
word
functions
identifier
nop
parse_escape1
parse_string
structs
ParseError
ch
not_ch
token
templates
number
variables
alphabet
digits
lower
upper
Match any character except those in reject