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