pub type Coordinates<const D: usize> = TensorRank1Vec<D, Reference, Length>;
pub struct Coordinates<const D: usize>(/* private fields */);