The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
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.
Meta
Source
See Implementation
ikod
containers
unrolledlist
UnrolledList
aliases
constRange
functions
back
get
insert
popBack
popFront
pushBack
pushFront
remove
structs
Iterator
Get last item. O(1)