UnrolledList.pushFront

Prepend list with item v. O(1)

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

Throws

AssertError if any const range is registered.