containers ~mutability-checks (2021-12-18T07:12:44.3029946)
Dub
Repo
UnrolledList.front
containers
unrolledlist
UnrolledList
Time complexity is O(1)
struct
UnrolledList
(T, bool supportGC = true, size_t cacheLineSize = 64)
inout @
property
inout
(
T
)
front
(
)
Return Value
Type:
inout
(
T
)
the item at the front of the list
Meta
Source
See Implementation
containers
unrolledlist
UnrolledList
aliases
insert
opSlice
put
destructors
~this
functions
back
empty
front
insertAnywhere
insertBack
length
moveBack
moveFront
popBack
popFront
range
remove
postblits
this(this)
structs
Range
variables
c
nodeCapacity
Time complexity is O(1)