-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
Description
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:
- Approximate differences
- Formatting
- Parsing
- Extraction from Fixed values
- Initialization from components
- Enumeration
- Rounding
Reactions are currently unavailable