set

fun set(x: Int, y: Int, codePoint: Int, glyph: T)

Puts the given codePoint and glyph into the grid at x and y.


operator fun set(x: Int, y: Int, codePoint: Int)

Puts the given codePoint into the grid at x and y.


operator fun set(x: Int, y: Int, glyph: T)

Puts the given glyph into the grid at x and y.