https://doc.rust-lang.org/core/slice/struct.ChunksMut.html
ChunksMut in core::slice - Rust
An iterator over a slice in (non-overlapping) mutable chunks (`chunk_size` elements at a time), starting at the beginning of the slice.
coreslicerust
https://doc.rust-lang.org/beta/alloc/slice/struct.ChunksMut.html
ChunksMut in alloc::slice - Rust
An iterator over a slice in (non-overlapping) mutable chunks (`chunk_size` elements at a time), starting at the beginning of the slice.
allocslicerust