expected v0.1.0 (2019-05-06T19:12:13Z)
Dub
Repo
Expected.empty
expected
Expected
Undocumented in source. Be warned that the author may not have intended to support it.
bool
empty
[@property getter]
bool
empty
[@property getter]
struct
Expected
(T, E = string, Hook = Abort)
@
property
static if
(
!is(T == void)
)
static if
(!(
!isChecked!Hook
))
bool
empty
(
)
if
(
!
is
(
E
==
void
)
)
Meta
Source
See Implementation
expected
Expected
constructors
this
destructors
~this
functions
opAssign
opCast
opEquals
popFront
toHash
postblits
this(this)
properties
empty
error
front
hasError
hasValue
value