rust/library/core
kadmin 494901ced6 Add slice::remainder
This adds a remainder function to the Slice iterator, so that a caller can access unused
elements if iteration stops.
2022-04-17 17:19:45 +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 Add primitive documentation to libcore 2021-09-12 02:23:08 +00:00
src Add slice::remainder 2022-04-17 17:19:45 +00:00
tests Add slice::remainder 2022-04-17 17:19:45 +00:00
Cargo.toml Build libcore as 2021 in a few more places 2022-02-06 15:41:01 -08:00