Created
May 19, 2021 18:31
-
-
Save bsless/4d7e7773f8baa5e66665fad08f5cb63b to your computer and use it in GitHub Desktop.
Iterate directly on eduction and write somewhere
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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