pub type DenseVector<'buf, T> = DnVec<'buf, T>;
Legacy alias — prefer DnVec.
DnVec
pub struct DenseVector<'buf, T> { /* private fields */ }