UnrolledList.back

Get last item. O(1)

struct UnrolledList(T, Allocator = Mallocator, bool GCRangesAllowed = true)
back
()

Return Value

Type: auto

last item.

Throws

AssertError when list is empty.