checkNotEqual

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

Meta