https://dev-doc.rust-lang.org/stable/core/slice/struct.ChunksExactMut.html
ChunksExactMut 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