DynamicDenseSetFilter.remove

Remove element e.

struct DynamicDenseSetFilter(E, Growable growable = Growable.yes, Copyable copyable = Copyable.no)
pure nothrow @safe @nogc @property @trusted
bool
remove
()
(
in E e
)

Return Value

Type: bool

precense status of element before removal.

Meta