HashSet.opEquals

struct HashSet(T)
@nogc @safe pure nothrow const
bool
opEquals
(
U
)
(
const(HashSet!U) otherSet
)
if (
is(U : T) ||
is(T : U)
)

Return Value

Type: bool

True if two sets contain all equal values.

Meta