Convenient array with support for marking of elements for later removal.
Clear the MarkArray.
Retrieve a slice of the stored data.
Remove all items that has been marked.
Mark index idx for removal.
Store e in the cache.
See Implementation
Convenient array with support for marking of elements for later removal.