Join Slack
Powered by
<How do i declare a 2D Array in Kotlin. Without in...
# stackoverflow
r
rss
01/20/2023, 1:11 AM
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})})
Open in Slack
Previous
Next