Documentation
Dlang.org
Expected.opEquals
expectations
Expected
Checks whether this
Expected
object contains a specific expected value.
bool
opEquals
(
T
rhs
)
struct
Expected
(T, E = Exception)
bool
opEquals
(
T
rhs
)
if
(
!
is
(
T
==
E
) &&
!
is
(
T
==
void
)
)
bool
opEquals
(
E
rhs
)
bool
opEquals
(
Expected
!(
T
,
E
)
rhs
)
Meta
Source
See Implementation
expectations
Expected
constructors
this
functions
error
hasValue
opAssign
opEquals
value
valueOr
Checks whether this Expected object contains a specific expected value.