mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
d5ae66c12c
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