UnrolledList.front

Time complexity is O(1)

struct UnrolledList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
inout @property
inout(T)
front
()

Return Value

Type: inout(T)

the item at the front of the list

Meta