[][docs.rs]
[][crates.io]
Modify simple arrays
```rust
use array_iter_tools::ArrayIterator;
let a = [1, 2, 3, 4];
let b = [5, 6, 7, 8];