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.
Merged as #10735. One note: Dict.iter overlapped with rtfeldman's #10680 - Luke's #10757 kept that version; subscript, fold_until, and from_iter landed as-is.
Thank you!
Last updated: Sep 03 2026 at 15:16 UTC