shouldBeSameSetAs

Assert that value is the same set as expected (i.e. order doesn't matter)

void
shouldBeSameSetAs
(
V
E
)
(
const scope auto ref V value
,
const scope auto ref E expected
,
string file = __FILE__
,
size_t line = __LINE__
)

Meta