Type Definition tool::VectorSlice[][src]

type VectorSlice<'a, T> = VectorSlice3<'a, T>;
Expand description

Type alias for VectorSlice3. The matrix does not own the data and has 3 rows and 1 column. See Vector for owned vector data.