MatrixPosition

data class MatrixPosition(val row: Int, val column: Int)

Constructors

Link copied to clipboard
constructor(row: Int, column: Int)

Properties

Link copied to clipboard
val column: Int
Link copied to clipboard
val row: Int