ikod-containers ~master (2021-10-26T12:19:13Z)
Dub
Repo
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
mutRange
destructors
~this
functions
back
clear
dump
empty
front
get
insert
length
makeRange
opAssign
opIndex
opIndexAssign
popBack
popFront
pushBack
pushFront
remove
postblits
this(this)
structs
Iterator
Get last item. O(1)