<How do i declare a 2D Array in Kotlin. Without in...
# stackoverflow
r
How do i declare a 2D Array in Kotlin. Without initialise the array with value's Anybody know a short and easy way ? I found a function that work's good but still got value's. var tilemap = Array(sizeX,{IntArray(sizeY,{-1})})