HashSet.opCast

Implement boolean conversion for a set.

struct HashSet(T)
@nogc @safe pure nothrow const
bool
opCast
(
T : bool
)
()
if ()

Return Value

Type: bool

True if this set is not empty.

Meta