libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
Vector.length
memutils
vector
Vector
Returns the number of elements in the container.
Complexity:
O
(1)
.
size_t
length
[@property getter]
struct
Vector
(T, ALLOC = ThreadMem)
nothrow @
property
const
size_t
length
(
)
size_t
length
[@property setter]
Meta
Source
See Implementation
memutils
vector
Vector
constructors
this
functions
clear
getRef
insert
insertAfter
insertBack
insertBefore
opAssign
opBinary
opCmp
opDollar
opEquals
opIndex
opIndexAssign
opOpAssign
opSlice
opSliceAssign
opSliceOpAssign
opSliceUnary
pushBack
removeBack
removeFront
reserve
resize
swap
manifest constants
NOGC
properties
back
capacity
dup
dupr
empty
end
front
length
move
ptr
static variables
TSize
Returns the number of elements in the container.
Complexity: O(1).