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