mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-29 21:55:30 +00:00
Adds extensive test for all the [r]split* iterators. Fixes size_hint upper bound for split_inclusive* iterators which was one higher than necessary for non-empty slices. Fixes size_hint lower bound for [r]splitn* iterators when n==0, which was one too high.