Like `Iterator::take_while`, but calls the predicate on a peeked value
Like `Iterator::take_while`, but calls the predicate on a peeked value. This allows you to use `Iterator::by_ref` and `Iterator::take_while` together, and still get the first value for which the `take_while` predicate returned false after dropping the `by_ref`. This package contains library source intended for building other packages which use "default" feature of "peeking_take_while" crate.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.1.2-11.fc35 | - |
Fedora 35 | 0.1.2-11.fc35 | - |
Fedora 34 | 0.1.2-10.fc34 | - |
You can contact the maintainers of this package via email at
rust-peeking_take_while dash maintainers at fedoraproject dot org
.