UnrolledList.remove

Removes the given item from the list.

struct UnrolledList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
bool
remove
()

Return Value

Type: bool

true if something was removed.

Meta