assertNotEqual

Undocumented in source. Be warned that the author may not have intended to support it.
void
assertNotEqual
(
alias predicate = "a != b"
A
B
StringType = string
)
(
A a
,
B b
,
StringType fmt = "`%s` must not be equal to `%s`"
)

Meta