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