`chunks_exact*` methods give runtime slice while [`as_chunks*`](https://doc.rust-lang.org/std/primitive.slice.html#method.as_chunks) give compile time length array to reduce possible bounds checks.
chunks_exact*methods give runtime slice whileas_chunks*give compile time length array to reduce possible bounds checks.