slice2d.opIndex

Index this slice.

Parameters

row size_t

The row to index.

column size_t

The column to index.

Return Value

Type: T

The item at the given row and column index.

Meta