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