DenseSetFilter.complement

Insert element e if it's present otherwise remove it.

struct DenseSetFilter(E, Growable growable = Growable.yes, Copyable copyable = Copyable.no)
@safe pure nothrow @nogc @property @trusted
bool
complement
()
(
in E e
)

Return Value

Type: bool

true if elements was zeroed, false otherwise.

Meta