UnrolledList.popBack

Pops the back item off of the list.

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

Meta