Expect.unexpected

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