Row

typealias Row<T> = List<T>(source)

Represents a single row in a matrix as a list of elements.

Type Parameters

T

The type of elements in the row