blob: ff9c40fbbd8d24ac9e5c1985e1b7c28b2274326c [file] [log] [blame]
// rustfmt-trailing_comma: Always
pub struct Matrix<T, const R: usize, const C: usize,>
where
[T; R * C]:,
{
contents: [T; R * C],
}