Hi :)
Added the remaining Dict builtins from #9596: Dict.subscript, Dict.fold_until, Dict.iter, Dict.from_iter PR https://github.com/roc-lang/roc/pull/10735, one commit per method, each with a doc-test and a repl snapshot (refcounting, order, duplicates).
One deviation from the checklist: Dict.from_iter carries where [k.is_eq, k.to_hash] since it builds via Dict.insert; the checklist signature omits the clause.
Last updated: Aug 12 2026 at 12:35 UTC