pub type CoordinatesRef<'a, I> = TensorRank1RefVec<'a, 3, I, Length>;Expand description
A vector of references to coordinates.
Aliased Typeยง
pub struct CoordinatesRef<'a, I>(/* private fields */);pub type CoordinatesRef<'a, I> = TensorRank1RefVec<'a, 3, I, Length>;A vector of references to coordinates.
pub struct CoordinatesRef<'a, I>(/* private fields */);