nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
VectorImpl.this
nulib
collections
vector
VectorImpl
Copy-constructor
this
(T[] rhs)
this
(inout(SelfType) rhs)
struct
VectorImpl
(T, bool ownsMemory = true)
@
nogc
@
trusted
this
(
ref
return
scope
inout
(
SelfType
)
rhs
)
this
(size_t reserved)
Parameters
rhs
inout
(
SelfType
)
slice to copy or move data from.
Meta
Source
See Implementation
nulib
collections
vector
VectorImpl
constructors
this
destructors
~this
functions
clear
flipEndian
insert
opOpAssign
popBack
popFront
remove
removeAt
reserve
resize
reverse
take
properties
back
capacity
empty
front
length
ptr
usage
value
Copy-constructor