use crate::numbers::Number; /// A mathmatical Vector pub struct Vector([T; D]); // impl