UnrolledList.popBack

Pop last item from the list. O(1)

No action if list is empty.

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

Throws

AssertError if any const range is registered.