vector2d.opIndex

Index this vector.

Parameters

row size_t

The row to index.

columns size_t[2]

The columns to index.

Return Value

Type: slice2d!T

The slice of items at the given row/column span.

Meta