master
fix some typos and add some examples that panic
Resolve TODOs awaiting MSRV >1.62
ConsTuples is a MapSpecialCase
Fix clippy 1.80 lints
Use `Self`
Tweak doc of ExactlyOneError
Fix warnings from clippy 1.79
Implement `FlattenOk::rfold`
fix clippy lints
rustfmt doc comments
into_group_map: make code more idiomatic
Implement `Debug` for remaining public types
`count_ident` macro without any comma
Document the field `peek` of `IntersperseWith`
Remove free function `get`
Add benchmarks for k_smallest implementation variants.
array_combinations using array::from_fn
code review feedback
Fix/ignore warnings within doctests
refactor: resolve clippy lints
Add `next_array` and `collect_array`
`PadUsing::rfold`
Fix doc: backticks, links, empty lines
feat: impl PeekingNext for {vec::Drain, array::IntoIter, string::Drain}
Implement helper on LazyBuffer for getting multiple elements by index
`RepeatN`: implement `PeekingNext`
Deprecated for the std: link to the documentation.
`TakeWhileInclusive::new` should not have been public
run cargo fmt
fix clippy::type_repetition_in_bounds
`Unique::next_back`: use `rev().find_map`
Fix multiunzip documentation
Change Position to a struct to avoid Position::Only gotcha
Structs `ZipEq` & `ZipLongest` had the same short doc
chore: remove redundant word