Crate array__ops

Source
Expand description

Provides many useful utility methods for arrays.

This crate is a superset of the crate slice_ops.

I had to name it array__ops because array_ops was taken.

§Todo

  • for_each_zip
  • nd-ops(?)
  • Document more

Modules§

Traits§

  • A trait for any array, with item as an associated type, and length as an assiciated constant.
  • A trait for N-dimensional arrays with depth up to 64.

Functions§