Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 6, 2021 13:52
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/18914fae6d856161cc8b483396e828d8 to your computer and use it in GitHub Desktop.
Save Whateverable/18914fae6d856161cc8b483396e828d8 to your computer and use it in GitHub Desktop.
Whateverable
2021-01-06T02:09:05Z #raku <SmokeMachine> xinming it seems the `.grep: { $min < .col and .col <= $max }` is not related to the Optimization (but I'm not sure yet...). but it seems something like this works: `.say for Bla.^all.grep: { $min > .col >= $min }` maybe it could help while it's not fixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment