korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-datastructure
/
korlibs.datastructure.algo
/
RLEComparer
/
Rle
Rle
open
class
Rle
(
var
left
:
Int
=
0
,
var
right
:
Int
=
0
)
Members
Constructors
Rle
Link copied to clipboard
constructor
(
left
:
Int
=
0
,
right
:
Int
=
0
)
Properties
left
Link copied to clipboard
var
left
:
Int
right
Link copied to clipboard
var
right
:
Int
Functions
set
To
Link copied to clipboard
fun
setTo
(
left
:
Int
,
right
:
Int
)