The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
UnrolledList.front
containers
unrolledlist
UnrolledList
Time complexity is O(1)
struct
UnrolledList
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
ref inout nothrow @
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
put
constructors
this
functions
back
clear
empty
front
insertAnywhere
insertBack
length
moveBack
moveFront
opOpAssign
opSlice
popBack
popFront
remove
Time complexity is O(1)