6 ms·
That's interesting, I never noticed that subtlety. I think the docs for `for` kind of get at that: > Generators can also be used to filter as it removes any va
by denvaar 3y ago
That's interesting, I never noticed that subtlety. I think the docs for `for` kind of get at that:
> Generators can also be used to filter as it removes any value that doesn't
match the pattern on the left side of <-