Skip to content

Instantly share code, notes, and snippets.

@bsless
Created May 19, 2021 18:31
Show Gist options
  • Save bsless/4d7e7773f8baa5e66665fad08f5cb63b to your computer and use it in GitHub Desktop.
Save bsless/4d7e7773f8baa5e66665fad08f5cb63b to your computer and use it in GitHub Desktop.
Iterate directly on eduction and write somewhere
(defn iterduction
[xf coll]
(.iterator ^Iterable (->Eduction xf coll)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment