pub type ForceList<const N: usize> = TensorRank1List<3, Current, N, Force>;
A list of forces.
pub struct ForceList<const N: usize>(/* private fields */);