guys, is there any plans to add some functions for...
# announcements
e
guys, is there any plans to add some functions for working with 2d arrays in kotlin’s std lib? Currently it’s a bit verbose:
val matrix = Array(dim1, { IntArray(dim2) })
k
koma might be worth checking out, it has a 2D container and a ND container: http://kyonifer.github.io/koma/guide/functionality/