I don't feel like a large amount of effort should ...
# language-proposals
d
I don't feel like a large amount of effort should go into improving
Array
types. At best, they are either a primitive for implementing more complex data structures and/or a java compatibility shim. For anything else there's `List`s and `data class`es.