Package : rust-peeking_take_while

Package details

Summary: Like Iterator::take_while, but calls the predicate on a peeked value

Description:
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`.



Maintainer: neoclust

List of RPMs

    No RPM found for rust-peeking_take_while using the current filters, try other values.