sdpc v0.1.0 (2017-03-23T22:36:17Z)
Dub
Repo
ParseResult.v
sdpc
primitives
ParseResult
Undocumented in source. Be warned that the author may not have intended to support it.
T
v
[@property getter]
auto
v
[@property getter]
struct
ParseResult
(R, T = void, E = ulong)
@
safe
@
property
static if
(
!is(T == void)
)
auto
v
(
)
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