import { FixedLengthArray } from './fixed-length-array'; export type Matrix = FixedLengthArray, M>;