phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
Expected.popFront
nxt
expected
Expected
Pop (clear) current value.
struct
Expected
(T, E = Exception)
void
popFront
(
)
if
(
!
is
(
T
==
Unexpected
!(
_
),
_
) &&
!
is
(
T
==
void
)
)
Meta
Source
See Implementation
nxt
expected
Expected
constructors
this
functions
apply
empty
hasExpectedValue
opAssign
opEquals
popFront
valueOr
properties
front
Pop (clear) current value.