sdpc v0.1.0 (2017-03-23T22:36:17Z)
Dub
Repo
ParseResult.this
sdpc
primitives
ParseResult
Undocumented in source.
this
(R r, T d)
this
(R r)
this
(R r, T d)
struct
ParseResult
(R, T = void, E = ulong)
@
safe
@
trusted
static if
(
!is(T == void)
)
this
(
R
r
,
T
d
)
if
(
isForwardRange
!
R
&&
!
is
(
E
:
R
)
&&
is
(
typeof
( ))
)
this
(R r)
this
(E e)
Meta
Source
See Implementation
sdpc
primitives
ParseResult
aliases
DataType
ErrType
constructors
this
functions
opCast
properties
cont
err
v
static functions
apply
apply_err
variables
ok