mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-21 23:26:11 -04: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