UnrolledList.moveFront

Pops the front item off of the list and returns it

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

Meta