#![doc=include_str!("../README.md")]#[cfg(test)]modtest;modvector;pubusevector::Vector;/// Alias for a 2-dimensional vector with the given type.
pubtypeVec2<T>=Vector<T, 2>;/// Alias for a 3-dimensional vector with the given type.
pubtypeVec3<T>=Vector<T, 3>;