collections v0.0.0 (2018-01-09T15:03:06Z)
Dub
Repo
Array.insert
stdx
collection
array
Array
Undocumented in source. Be warned that the author may not have intended to support it.
size_t
insert
(size_t pos, Stuff stuff)
size_t
insert
(size_t pos, Stuff[] stuff)
struct
Array
(T)
size_t
insert
(
Stuff
)
(
size_t
pos
,
Stuff
[]
stuff
...
)
if
(
isImplicitlyConvertible
!(
Stuff
,
T
)
)
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