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