Module dimensioned::array[][src]

Tools for converting from type arrays of type numbers to generic arrays.

This module may change, and will likely be removed someday if this functionality is implemented into typenum.

Consider this module unstable.

Traits

AppendFront

Implemented for GenericArray, this allows growable GenericArrays by appending elements to the front.

ToGA

Implemented for TArr (a type-level array of type numbers), this gives the equivalent GenericArray.