phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Array.data
std
container
array
Array
struct
Array
(T)
inout @
system
inout
(
T
)[]
data
(
)
if
(
!
is
(immutable
T
== immutable
bool
)
)
Return Value
Type:
inout
(
T
)[]
the internal representation of 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