mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-06-03 22:12:48 -04: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.