davedelong / time

Robust and type-safe date and time calculations for Swift
MIT License
2.32k stars 77 forks source link

Support floating values #69

Open davedelong opened 8 months ago

davedelong commented 8 months ago

A floating value is an "any" value, such as "Any June". Its type would be Floating<Month, Month>. "Any June 1st" would be Floating<Day, Month>.

These would need: