You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thinking about this some more, I think I could get away with an actual Week unit type; it would be GTOEDayandLTOEMonth. It would require significant verification that the current generic extensions to Fixed<Unit> apply correctly.
However, it would mean that it should get most functionality "for free".
Desired functionality:
Fixed<LTOEDay>
, get the week (Array<Fixed<Day>>
) that contains itFixed<GTOEMonth>
, get an array of weeks in it, with an option to pad out week arrays so they're all 7 daysThe text was updated successfully, but these errors were encountered: