| commit | e8b9532fc0ec811460e97ebf5e00b8b9ec9192ac | [log] [tgz] |
|---|---|---|
| author | Ryan Tan <65996005+ryn5@users.noreply.github.com> | Fri Dec 22 12:20:30 2023 -0800 |
| committer | GitHub <noreply@github.com> | Fri Dec 22 12:20:30 2023 -0800 |
| tree | bd2b23018117e56cb1b3adc1d5deac1654e94c2e | |
| parent | 62a3935152354eea54f2cfadc39edf10ebe2005d [diff] |
Implement list filtering `none()` step (#2385) Implement list filtering `none()` step that takes a predicate and filters out lists that fail to have none of their elements satisfying the predicate.