Module traits
Source Expand description
- ArraySize
- Trait which associates a
usize size and ArrayType with a
typenum-provided Unsigned integer. - AssocArraySize
- Associates an
ArraySize with a given type. Can be used to accept [T; N] const generic
arguments and convert to Array internally.