The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Should.opEquals
mir
test
Should
void
opEquals
(R expected, string file, int line)
struct
Should
(T)
@
trusted
static if
(
!is(immutable T == immutable ubyte[])
)
void
opEquals
(
R
)
(
const
R
expected
,
string
file
= __FILE__
,
int
line
= __LINE__
)
void
opEquals
(ubyte[] expected, string file, int line)
Meta
Source
See Implementation
mir
test
Should
functions
opEquals
variables
value