A variety of helpful methods for working with fixed-size arrays.
How to use with cargo:
toml [dependencies] arraytools = "0.1"
How to use in your 2018-edition crate:
rust use arraytools::ArrayTools;