Documentation
Dlang.org
UnrolledList.back
ikod
containers
unrolledlist
UnrolledList
Get last item. O(1)
struct
UnrolledList
(T, Allocator = Mallocator, bool GCRangesAllowed = true)
auto
back
(
)
Return Value
Type:
auto
last item.
Throws
AssertError when list is empty.
ikod
containers
unrolledlist
UnrolledList
aliases
constRange
functions
back
get
insert
popBack
popFront
pushBack
pushFront
remove
structs
Iterator
Get last item. O(1)