Function unexpected

Type constructor for an Unexpected value. This must be used when assigning or passing an unexpected type to an Expect!(T, U)

auto auto unexpected(E) (
  E value
);