assertEqual

Helper to call the standard assert

@trusted
void
assertEqual
(
T
U
)
(
scope auto ref T t
,
scope auto ref U u
,
string file = __FILE__
,
in size_t line = __LINE__
)

Meta