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