IndexMixin.remove

Removes the values of r from the container. Preconditions: r came from this index Complexity: O(n r * d(n)),
O(n r) for this index

mixin template IndexMixin(size_t N, alias Range_0)
SeqRange
remove
(
R
)
(
R r
)
if (
is(R == SeqRange) ||
is(ElementType!R == Position!ThisNode)
)

Meta