//astronomy/io.github.cosinekitty.astronomy/globalSolarEclipsesAfter
fun globalSolarEclipsesAfter(startTime: Time): Sequence<GlobalSolarEclipseInfo>
Enumerates a series of consecutive global solar eclipses that occur after a given time.
This function enables iteration through an unlimited number of consecutive global solar eclipses starting at a given time. This is a convenience wrapper around searchGlobalSolarEclipse and nextGlobalSolarEclipse.
startTime | The date and time for starting the search for a series of global solar eclipses. |