nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
vector
nulib
collections
vector
A vector which owns the memory it contains.
alias
vector
(
T
)
=
VectorImpl
!(
T
, true)
Meta
Source
See Implementation
nulib
collections
vector
aliases
vector
weak_vector
structs
VectorImpl
A vector which owns the memory it contains.