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