pub type CurrentCoordinates<const W: usize> = TensorRank1List<3, 1, W>;Expand description
A list of coordinates in the current configuration.
Aliased Typeยง
pub struct CurrentCoordinates<const W: usize>(/* private fields */);pub type CurrentCoordinates<const W: usize> = TensorRank1List<3, 1, W>;A list of coordinates in the current configuration.
pub struct CurrentCoordinates<const W: usize>(/* private fields */);