c69a7a02

By: Greg Pfeil <greg@technomadic.org>

Extend `CyclicCalendar`

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`.