checkEqual

Undocumented in source. Be warned that the author may not have intended to support it.
void
checkEqual
(
T
U
)
(
in T value
,,
in string file = __FILE__
,
in ulong line = __LINE__
)
if (
is(typeof(value != expected) == bool)
)

Meta