UnrolledList.pushBack

Append item to the list. O(1)

struct UnrolledList(T, Allocator = Mallocator, bool GCRangesAllowed = true)
void
pushBack
(
V
)
(
V v
)

Throws

AssertError if any const range is registered.