logo
Expand description

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

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

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