// rustfmt-trailing_comma: Never pub struct Matrix where [T; R * C]: { contents: [T; R * C] }