memutils ~master (2021-01-03T18:41:41Z)
Dub
Repo
Vector.this
memutils
vector
Vector
Constructor taking a number of items
this
(size_t elms)
this
(U[] values)
struct
Vector
(T, ALLOC = ThreadMem)
this
(
U
)
(
U
[]
values
...
)
if
(
isImplicitlyConvertibleLegacy
!(
U
,
T
)
)
this
(Stuff stuff)
this
(typeof(this) other)
Meta
Source
See Implementation
memutils
vector
Vector
constructors
this
functions
clear
insert
insertAfter
insertBack
insertBefore
opAssign
opBinary
opCmp
opDollar
opEquals
opIndex
opIndexAssign
opOpAssign
opSlice
opSliceAssign
opSliceOpAssign
opSliceUnary
pushBack
removeBack
removeFront
reserve
resize
swap
manifest constants
NOGC
postblits
this(this)
properties
back
capacity
dup
dupr
empty
end
front
length
move
ptr
Constructor taking a number of items