Crate atools

source ·
Expand description

a collection of useful features for working with arrays

Modules§

Traits§

Functions§

  • Creates a array of indices.
  • Convenience function for when clonage is required; prefer [T; N] if possible. Also useful if N should be inferred.