mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-02-25 11:19:34 -05:00
Direct use of arrayOf can be a bit more efficient than calling map and toTypedArray. It could be faster if JupiterMoonsInfo was holding a list but better to use direct typed array initializer for more efficiency.