UnrolledList.moveFront

Pops the front item off of the list and returns it

struct UnrolledList(T, bool supportGC = true, size_t cacheLineSize = 64)
T
moveFront
()

Meta