Contents

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.

See Also

Inspecting a Slice