enso/test/Benchmarks
Pavel Marek f8a4e2a9d2
Add Period type (#3818)
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.
2022-10-28 17:27:20 +00:00
..
src Add Period type (#3818) 2022-10-28 17:27:20 +00:00
package.yaml Run components through the launcher (#1073) 2020-08-19 13:24:31 +01:00