vector2d.opIndex

Index this vector.

Parameters

row size_t

The row to index.

column size_t

The column to index.

Return Value

Type: inout(T)

The item at the given row and column index.

Meta