toggle menu
MatrixLib
1.0.2
jvm
switch theme
search in API
MatrixLib
/
uk.ac.bournemouth.ap.lib.matrix.boolean
/
ArrayMutableBooleanMatrix
/
Companion
/
invoke
invoke
inline operator
fun
invoke
(
width
:
Int
,
height
:
Int
,
init
:
(
Int
,
Int
)
->
Boolean
)
:
ArrayMutableBooleanMatrix
Create a new instance with given
width
,
height
and initialized according to
init
.