mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-08 21:55:47 +00:00
f2e7a5ad03
This allows us to evaluate 's1 & (f() | s2)' as 's1.iter().filter(f || s2)' instead of 's1 & (all.iter().filter(f) | s2)'. |
||
---|---|---|
.. | ||
src | ||
tests | ||
testutils | ||
build.rs | ||
Cargo.toml |