sdpc ~master (2022-02-23T09:48:48.8355398)
Dub
Repo
not_ch
sdpc
parsers
Match any character except those in reject
version(legacy)
struct
not_ch (
alias
reject
)
if
(
is
(
ElementType
!(
typeof
(
reject
)))
) {
alias
Char
=
ElementType
!(
typeof
(
reject
))
;
enum
string
[]
e
;
static
auto
opCall
(R i);
}
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
Source
See Implementation
sdpc
parsers
aliases
whitespace
word
ws
functions
identifier
parse_escape1
parse_string
structs
Err
not_ch
templates
ch
digit
number
token
token_ws
variables
alphabet
digits
lower
upper
Match any character except those in reject