UnrolledList.remove

Remove item from the list by item index. O(N)

No action if list is empty.

struct UnrolledList(T, Allocator = Mallocator, bool GCRangesAllowed = true)
bool
remove
(
int i
)

Return Value

Type: bool

True if item were removed.

Throws

AssertError if any const range is registered.