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