v0.6.0
Pre-release
Pre-release
New IceDust features:
- derived relations
Entity.relation = [some expression] <-> Entity.relation
- calculation strategy composition
i : Int = 5 (incremental) j : Int = 5 + i (on-demand)
See examples for more details.