mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 00:27:16 +03:00
f8a4e2a9d2
This PR adds `Period` type, which is a date-only complement to `Duration` builtin type. # Important Notes - `Period` replaces `Date_Period`, and `Time_Period`. - Added shorthand constructors for `Duration` and `Period`. For example: `Period.days 10` instead of `Period.new days=10`. - `Period` can be compared to other `Period` in some cases, other cases throw an error. |
||
---|---|---|
.. | ||
Standard |