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