#slice #stable #polyfill #mut

no-std get-many-mut

Stable polyfill for slice::get_many_mut

1 unstable release

0.1.0 May 9, 2024

#1479 in Data structures

MIT/Apache

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

No runtime deps

Features