StaticDenseSetFilter.opOpAssign

Check if element e is present/stored/contained.

struct StaticDenseSetFilter(E, bool requestPacked = true)
@safe pure nothrow @nogc pragma(inline, true) @property
typeof(this)
opOpAssign
(
string op
)
(
in typeof(this) e
)
if (
op == "|" ||
op == "&"
||
op == "^"
)

Meta