collections v0.0.0 (2018-01-09T15:03:06Z)
Dub
Repo
Array.this
stdx
collection
array
Array
Undocumented in source.
this
(IAllocator allocator)
this
(U[] values)
this
(IAllocator allocator, U[] values)
this
(Stuff stuff)
struct
Array
(T)
this
(
Stuff
this
Qualified
)
(
Stuff
stuff
)
if
(
isInputRange
!
Stuff
&&
!
isInfinite
!
Stuff
&&
isImplicitlyConvertible
!(
ElementType
!
Stuff
,
T
)
&&
!
is
(
Stuff
==
T
[])
)
this
(IAllocator allocator, Stuff stuff)
Meta
Source
See Implementation
stdx
collection
array
Array
aliases
MutableAlloc
opDollar
constructors
this
destructors
~this
functions
addRef
allocator
capacity
delRef
destroyUnused
dup
empty
forceLength
front
getAllocator
insert
isUnique
length
opAssign
opBinary
opIndex
opIndexAssign
opIndexOpAssign
opIndexUnary
opOpAssign
opSlice
popFront
prefCount
reserve
save
setAllocator
tail
postblits
this(this)
static functions
immutableInsert
static variables
capacityFactor
initCapacity
variables
_ouroborosAllocator
_payload
_support