shouldBeSameSetAs

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

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

Meta