toggle menu
korlibs-datastructure-root
6.0.0
common
switch theme
search in API
korlibs-datastructure
/
korlibs.datastructure
/
IArray2
/
Companion
Companion
object
Companion
Members
Functions
check
Array
Size
Link copied to clipboard
fun
checkArraySize
(
width
:
Int
,
height
:
Int
,
arraySize
:
Int
)
for
Each
Pos
Rect
Link copied to clipboard
inline
fun
<
E
>
forEachPosRect
(
array
:
IArray2
<
E
>
,
rect
:
RectangleInt
,
block
:
(
x
:
Int
,
y
:
Int
)
->
Unit
)