shape
The number of rows and columns in the slice.
Declaration
var shape: (rows: Int, columns: Int) { get }Parameters
- rows:
The number of rows in the slice.
- columns:
The number of columns in the slice.
The number of rows and columns in the slice.
var shape: (rows: Int, columns: Int) { get }The number of rows in the slice.
The number of columns in the slice.