DynamicDenseSetFilter.opBinaryRight

Check if element e is stored/contained.

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

Meta