temporal
temporal copied to clipboard
Add a new `PartialYearMonth` to available partial structs
While implementing partial methods for PlainYearMonth, it became clear that PartialDate is not completely correct for PlainYearMonth APIs.
So a new PartialYearMonth should be implemented and used for all related APIs.