containers ~mutability-checks (2021-12-18T07:12:44.3029946)
Dub
Repo
DynamicArray.length
containers
dynamicarray
DynamicArray
struct
DynamicArray
(T, bool supportGC = true)
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
put
destructors
~this
functions
insert
length
opIndex
opIndexAssign
opSlice
opSliceAssign
remove
postblits
this(this)
properties
ptr