Author: Greg Pfeil <greg@technomadic.org>
Committer: GitHub <noreply@github.com>
Extend `CyclicCalendar` (#10) This adds two more primitive operations to `CyciicCalendar`: `cycleLength` and `ordinal`, which then allows a default implementation of `onOrBefore`. It also generalizes a number of previously `DayOfWeek`-specific operations to work for any `CyclicCalendar`.