vector

A vector which owns the memory it contains.

alias vector(T) = VectorImpl!(T, true)

Meta