does anyone have any links explaining the design d...
# random
d
does anyone have any links explaining the design decision for kotlin arrays? I'm curious what the benefit is for this very verbose syntax over java's concise one
s
mishaxz: which "very verbose syntax"?
s
Ah, I never use 2d arrays. My game uses a 1d array to represent the huge world. Probably better performance, easier to access