sdpc ~master (2022-02-23T09:48:48.8355398)
Dub
Repo
Err
sdpc
parsers
Undocumented in source.
struct
Err (
R
) {
const
(
string
[])[]
e
;
const
(
bool
)[]
inv
;
const
(
R
)[]
err_range
;
alias
RangeType
=
R
;
Err
!
R
opBinary
(const(Err!R) o);
this
(const(string[])[] e, const(bool)[] inv, const(R)[] i);
this
(const(string[]) e, bool inv, R i);
string
toString
();
}
Constructors
this
this
(const(string[])[] e, const(bool)[] inv, const(R)[] i)
Undocumented in source.
this
this
(const(string[]) e, bool inv, R i)
Undocumented in source.
Members
Aliases
RangeType
alias
RangeType
=
R
Undocumented in source.
Functions
opBinary
Err
!
R
opBinary
(const(Err!R) o)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
e
const
(
string
[])[]
e
;
Undocumented in source.
err_range
const
(
R
)[]
err_range
;
Undocumented in source.
inv
const
(
bool
)[]
inv
;
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