The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
DynamicArray.length
containers
dynamicarray
DynamicArray
struct
DynamicArray
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
const nothrow pure @
property
@
safe
@
nogc
size_t
length
(
)
Return Value
Type:
size_t
the number of items in the array
Meta
Source
See Implementation
containers
dynamicarray
DynamicArray
aliases
AppendT
AppendTypeOfThis
insert
insertAnywhere
opDollar
put
constructors
this
functions
back
empty
front
insertBack
length
opBinary
opIndex
opIndexAssign
opOpAssign
opSlice
opSliceAssign
ptr
remove
removeBack
reserve
resize