Function Expect.unexpected

Create an Expect with an unexpected value

auto unexpected(V) (
  auto ref V value
)
if (is(E == Variant) || is(V : E));