rust/library/core
bors d5ae66c12c Auto merge of #92287 - JulianKnodt:slice_remainder, r=yaahc
Add slice::remainder

This adds a remainder function to the Slice iterator, so that a caller can access unused
elements if iteration stops.

Addresses #91733
2022-04-18 23:34:24 +00:00
..
benches Make some usize-typed masks definition agnostic to the size of usize 2022-04-15 17:04:59 +02:00
primitive_docs
src Auto merge of #92287 - JulianKnodt:slice_remainder, r=yaahc 2022-04-18 23:34:24 +00:00
tests Auto merge of #92287 - JulianKnodt:slice_remainder, r=yaahc 2022-04-18 23:34:24 +00:00
Cargo.toml