DenseSetFilter.opBinary

Check if element e is stored/contained.

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

Meta