Struct Unexpected

Used in the Expect type to denote an unexpected value

struct Unexpected(E)
  
if (!is(E == AnyUnexpected));