phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Array.opDollar
std
container
array
Array
struct
Array
(T)
const
size_t
opDollar
(
)
if
(
!
is
(immutable
T
== immutable
bool
)
)
Return Value
Type:
size_t
The number of elements in the array.
Complexity:
O
(1)
.
Meta
Source
See Implementation
std
container
array
Array
aliases
ConstRange
ImmutableRange
Range
insert
stableInsertBefore
stableRemoveAny
stableRemoveBack
constructors
this
functions
clear
data
insertAfter
insertBack
insertBefore
linearRemove
opBinary
opDollar
opEquals
opIndex
opOpAssign
opSlice
opSliceAssign
opSliceOpAssign
opSliceUnary
removeAny
removeBack
replace
reserve
properties
back
capacity
dup
empty
front
length