sdpc v0.1.0 (2017-03-23T22:36:17Z)
Dub
Repo
ParseResult.cont
sdpc
primitives
ParseResult
Get result range, where the following parsers should continue parsing
struct
ParseResult
(R, T = void, E = ulong)
@
safe
@
property
@
trusted
R
cont
(
)
if
(
isForwardRange
!
R
&&
!
is
(
E
:
R
)
&&
is
(
typeof
( ))
)
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
Get result range, where the following parsers should continue parsing