Join Slack
Powered by
guys, is there any plans to add some functions for...
# announcements
e
evkaky
08/09/2017, 6:17 AM
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
kyonifer
08/09/2017, 1:45 PM
koma might be worth checking out, it has a 2D container and a ND container:
http://kyonifer.github.io/koma/guide/functionality/
Open in Slack
Previous
Next