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§

asm
form
future
ops
padded

Traits§

Array
A trait for any array, with item as an associated type, and length as an assiciated constant.
ArrayNd
A trait for N-dimensional arrays with depth up to 64.
AsArray
AsSlice
A trait for obtaining a slice [Self::Item]
BoxedSlice
A trait for a boxed slice [Self::Item]
IntoArray
IntoBoxedSlice
A trait for obtaining a boxed slice [Self::Item]
Slice
A trait for a slice [Self::Item]

Functions§

from_fn
from_fn_async
from_fn_boxed
from_fn_boxed_in
max_len
min_len
rfrom_fn
rfrom_fn_boxed
rfrom_fn_boxed_in
try_from_fn
try_from_fn_async
try_from_fn_boxed
try_from_fn_boxed_in
try_rfrom_fn
try_rfrom_fn_boxed
try_rfrom_fn_boxed_in