Changes
Summary
- Support map overrides, the '++' operator (no GC) (commit: e44dc8e) (details)
- Support distributed map merge, the 'merge' operator (no GC) (commit: 93ab0dd) (details)
- Support distributed map-domain-restrict-to operator (no GC) (commit: 300ec96) (details)
- Support map-domain-restrict-by operator (no GC) (commit: d879f15) (details)
- Change argument order for map-range operators (commit: 8fe1a6f) (details)
- Support map-range-restrict-to operator (no GC) (commit: b0a7714) (details)
- Support map-range-restrict-by operator (no GC) (commit: 895669a) (details)
- Remove TODO that does not really apply anymore (commit: b368492) (details)
- Add GC support for map override (commit: 54d491f) (details)
- Add GC support for distributed merge (commit: 225c399) (details)
- Add GC support for map-dom-restrict-to (commit: 5490580) (details)
- Add GC support for map-dom-resrict-by (commit: ca432ec) (details)
- Add GC support for map-range-restrict-to (commit: db77314) (details)
- Add GC support for map-restrict-range-by (commit: 496a755) (details)