expected v0.1.0 (2019-05-06T19:12:13Z)
Dub
Repo
unexpected
expected
Creates an
Expected
object from an error value, with type inference.
@
safe
Expected
!(
T
,
E
,
Hook
)
unexpected
(
T
=
void
Hook
=
Abort
E
)
(
E
err
)
Meta
Source
See Implementation
expected
classes
Unexpected
functions
andThen
expected
orElse
unexpected
structs
Abort
Expected
Throw
templates
hasOnAccessEmptyError
hasOnAccessEmptyValue
hasOnUnchecked
isCopyConstructorEnabled
isDefaultConstructorEnabled
map
mapError
mapOrElse
Creates an Expected object from an error value, with type inference.