Peeking Take While
JSON →Like `Iterator::take_while`, but calls the predicate on a peeked value, allowing use with `by_ref`.
API endpoints
full doc /v1/registry/peeking-take-while
Like `Iterator::take_while`, but calls the predicate on a peeked value, allowing use with `by_ref`.