Crate get_many_mut

Source
Expand description

Stable polyfill for [slice::get_many_mut].

Mostly copied from Rust stdlib core/src/slice.rs

Structs§

GetManyMutError
The error type returned by get_many_mut<N>.

Traits§

GetManyMutExt
Extension trait for get_many_mut.