phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
Expected.empty
nxt
expected
Expected
Check if empty.
struct
Expected
(T, E = Exception)
@
property
const
bool
empty
(
)
if
(
!
isInstanceOf
!(
Unexpected
,
T
) &&
!
is
(
T
==
void
)
)
Meta
Source
See Implementation
nxt
expected
Expected
constructors
this
functions
apply
hasExpectedValue
opAssign
popFront
valueOr
properties
empty
front
Check if empty.