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
21 stars 8 forks source link

Separate SeqSpec and Arr classes #197

Closed Rich2 closed 1 year ago

Rich2 commented 1 year ago

Rename SeqDef to SeqSpec

Arr classes should no longer inherit from SeqSpec classes. Arr and SeqSpec classes should both inherit from SeqLike classes. This will remove unnecessary methods from Arr Sequence classes.