assertEqual

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

Meta