UnrolledList.back

Time complexity is O(n)

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

Return Value

Type: inout(T)

the item at the back of the list

Meta