DenseSetFilter.opBinaryRight

Check if element e is stored/contained.

struct DenseSetFilter(E, Growable growable = Growable.yes, Copyable copyable = Copyable.no)
@safe pure nothrow @nogc @property const
bool
opBinaryRight
(
string op
)
(
in E e
)
if (
op == "in"
)

Meta