Closed RebeccaStevens closed 5 years ago
I can't define a multidimensional array to be mutable using ignore-prefix, only the outer most array is ignored.
ignore-prefix
const mutable2DArray: number[][] = [[0], [1], [2]]; ~~~~~~~~ [Only ReadonlyArray allowed.]
I can't define a multidimensional array to be mutable using
ignore-prefix
, only the outer most array is ignored.