sdpc v0.1.0 (2017-03-23T22:36:17Z)
Dub
Repo
ParseResult.v
sdpc
primitives
ParseResult
Return the data, only available if T != void, fails if ok != true
T
v
[@property getter]
struct
ParseResult
(R, T = void, E = ulong)
version(D_Ddoc)
@
safe
@
property
T
v
(
)
if
(
isForwardRange
!
R
&&
!
is
(
E
:
R
)
&&
is
(
typeof
( ))
)
auto
v
[@property getter]
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
Return the data, only available if T != void, fails if ok != true