DynamicDenseSetFilter.opBinary

Check if element e is stored/contained.

struct DynamicDenseSetFilter(E, Growable growable = Growable.yes, Copyable copyable = Copyable.no)
pure nothrow @safe @nogc @property const
typeof(this)
opBinary
(
string op
)
(
in typeof(this) e
)
if (
op == "|" ||
op == "&"
||
op == "^"
)

Meta