get

abstract operator fun get(x: Int, y: Int): T
open operator fun get(pos: Coordinate): T

Whatever the actual type, allow them to be read to read any value. Implementations are expected to use more precise return types.