1 unstable release
0.1.0 | May 9, 2024 |
---|
#2178 in Data structures
8KB
93 lines
get_many_mut
Stable polyfill for slice::get_many_mut
Mostly copied from Rust stdlib core/src/slice.rs
and is thus available under the same MIT OR Apache-2.0 license.
lib.rs
:
Stable polyfill for slice::get_many_mut
.
Mostly copied from Rust stdlib core/src/slice.rs