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
/
StackedInt53Array2FromIStackedIntArray2
/
setToFrom
set
To
From
open
override
fun
setToFrom
(
x0
:
Int
,
y0
:
Int
,
level0
:
Int
,
x1
:
Int
,
y1
:
Int
,
level1
:
Int
)
Copies the value at y1
level1
into y0
level0
. Equivalent to thisx0,y0,level0 = thisx1,y1,level1