toggle menu
korlibs-datastructure-root
6.0.0
common
switch theme
search in API
korlibs-datastructure
/
korlibs.datastructure
/
IStackedArray2Base
/
setToFrom
set
To
From
abstract
fun
setToFrom
(
x0
:
Int
,
y0
:
Int
,
level0
:
Int
,
x1
:
Int
,
y1
:
Int
,
level1
:
Int
)
Copies the value at
x1
level1
into
x0
level0
. Equivalent to thisx0,y0,level0 = thisx1,y1,level1