Rich2 / openstrat

Cross Platform Scala 2d graphics (but 3d compatible), basic geometry, maps, Earth maps, hex-tiling and strategy library(s).
https://richstrat.com
Apache License 2.0
22 stars 8 forks source link

Default collection types #60

Closed Rich2 closed 5 years ago

Rich2 commented 5 years ago

It seems pretty clear the default collection type is going to be the Arr. Arr is an alias for scala.collection.immutable.ArraySeq. This will be backed up by Arrays and ArrayBuffers. This is still subject to confirmation through successful full implementation, but the conclusion of the process seems almost certain.