weak_vector

A vector which does not own the memory it contains.

alias weak_vector(T) = VectorImpl!(T, false)

Meta