pub type RotationCurrentConfigurationList<const N: usize> = TensorRank2List<3, 1, 1, N>;Expand description
A list of rotations of the current configuration.
Aliased Typeยง
pub struct RotationCurrentConfigurationList<const N: usize>(/* private fields */);