The type of the items inside the array
A flat array of items in row-major order.
The length of this array should be equal to width
× height
.
The height of the array in rows. Cannot be negative.
The width of the array in columns. Cannot be negative.
Generated using TypeDoc
The interface for 2D arrays.