//astronomy/io.github.cosinekitty.astronomy/moonQuartersAfter
fun moonQuartersAfter(startTime: Time): Sequence<MoonQuarterInfo>
Enumerates a series of consecutive moon quarter phase events.
This function enables iteration through an unlimited number of consecutive lunar quarter phases starting at a given time. This is a convenience wrapper around searchMoonQuarter and nextMoonQuarter.
startTime | The date and time for starting the search for a series of quarter phases. |