The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
UnrolledList.length
containers
unrolledlist
UnrolledList
struct
UnrolledList
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
const nothrow pure @
property
@
safe
@
nogc
size_t
length
(
)
Return Value
Type:
size_t
the length 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