Rle

open class Rle(var left: Int = 0, var right: Int = 0)

Constructors

Link copied to clipboard
constructor(left: Int = 0, right: Int = 0)

Properties

Link copied to clipboard
var left: Int
Link copied to clipboard
var right: Int

Functions

Link copied to clipboard
fun setTo(left: Int, right: Int)