mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-22 15:45:35 -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