Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 12, 2019 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/bf0f017e2ea16bd8feb95ca33d944426 to your computer and use it in GitHub Desktop.
Save Whateverable/bf0f017e2ea16bd8feb95ca33d944426 to your computer and use it in GitHub Desktop.
bisectable6
old=2019.03 given gather for ^10 { .take } { dd .all; dd .all }
Output on both points: «all(0, 1, 2, 3, 4, 5, 6, 7, 8, 9)
The iterator of this Seq is already in use/consumed by another Seq
(you might solve this by adding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/UlnIIj3V9Q line 1
»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment