spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
DynamicArray.length
spasm
rt
array
DynamicArray
size_t
length
()
struct
DynamicArray
(T, Allocator = SpasmGCAllocator)
const nothrow pure @
property
@
safe
@
nogc
size_t
length
(
)
alias
opDollar
=
length
Return Value
Type:
size_t
the number of items in the array
Meta
Source
See Implementation
spasm
rt
array
DynamicArray
aliases
AppendT
AppendTypeOfThis
insert
insertAnywhere
opDollar
put
constructors
this
destructors
~this
functions
back
empty
front
insertBack
length
opBinary
opIndex
opIndexAssign
opOpAssign
opSlice
opSliceAssign
ptr
remove
removeBack
reserve
resize
shrinkTo
postblits
this(this)
variables
allocator