Crate cl_array_ext

Source
Expand description

Some array extensions that really have no purpose other than to make me feel accomplisheds

Structs§

NotEnoughEntries
Error type returned by the TryFrom implementations for SliceN
SliceN
A slice with at least N elements. Can be dereferenced back into a regular slice on demand.

Traits§

ArrayExt
Trait that extends upon array