get

abstract operator fun get(x: Int, y: Int): Int

Gets the code point at the specified x and y coordinates.

Throws

If the coordinates are out of bounds.