UnrolledList.back

Time complexity is O(n)

struct UnrolledList(T, bool supportGC = true, size_t cacheLineSize = 64)
inout @property
inout(T)
back
()

Return Value

Type: inout(T)

the item at the back of the list

Meta