equal

Given string types, this version of the word .equal implements color-coded diffs. <b>There is no need to call this directly</b> - simply import dshould; the right function will be called automatically.

void
equal
(
Should
T
)
(
Should should
,,
Fence _ = Fence()
,
string file = __FILE__
,
size_t line = __LINE__
)
if (
isInstanceOf!(ShouldType, Should) &&
is(T == string)
)

Meta