Skip to content

Add transducer support for srfi-146 mappings

Jeremy Steward requested to merge jeremy/mappings into main

This adds fold, collect, chain, flatten, zip, and interleave procedures for using srfi-146 and (srfi-146 hash) mappings / hashmap types with transducers.

Merge request reports