UnrolledList.popFront

Pop first item from the list. O(1)

No action if list is empty.

struct UnrolledList(T, Allocator = Mallocator, bool GCRangesAllowed = true)
void
popFront
()

Throws

AssertError if any const range is registered.