phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
Expected.this
nxt
expected
Expected
Construct from unexpected value
unexpectedValue.
this
(T expectedValue)
this
(Unexpected!E unexpectedValue)
struct
Expected
(T, E = Exception)
@
trusted
this
(
Unexpected
!
E
unexpectedValue
)
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
Construct from unexpected value unexpectedValue.