ddash ~master (2018-09-27T21:25:54Z)
Dub
Repo
Expect.unexpected
ddash
utils
expect
Expect
Create an
Expect
with an unexpected value
struct
Expect
(T, E = Variant)
static
unexpected
(
V
)
(
auto
ref
V
value
)
if
(
is
(
E
==
Variant
) ||
is
(
V
:
E
)
)
if
(
!
is
(
E
==
void
)
)
Meta
Source
See Implementation
ddash
utils
expect
Expect
constructors
this
functions
isExpected
match
opEquals
toString
static functions
expected
unexpected
Create an Expect with an unexpected value