automem v0.3.5 (2018-09-20T14:09:16Z)
Dub
Repo
Vector.this
automem
vector
Vector
Undocumented in source.
this
(E[] elements)
this
(R range)
this
(Allocator allocator, E[] elements)
this
(Allocator allocator, R range)
struct
Vector
(E, Allocator = typeof(theAllocator))
static if
(!(
isGlobal!Allocator
))
this
(
R
)
(
Allocator
allocator
,
R
range
)
if
(
isInputRangeOf
!(
R
,
E
)
)
if
(
isAllocator
!
Allocator
)
Meta
Source
See Implementation
automem
vector
Vector
constructors
this
destructors
~this
functions
back
capacity
clear
empty
front
opAssign
opBinary
opDollar
opIndex
opOpAssign
opSlice
opSliceAssign
opSliceOpAssign
popBack
popFront
reserve
shrink
postblits
this(this)
properties
length