Module lea::prelude

source ·

Modules

  • Implementation for arr! macro.

Macros

  • Macro allowing for easy generation of Generic Arrays. Example: let test = arr![u32; 1, 2, 3];

Structs

  • Struct representing a generic array - GenericArray<T, N> works like [T; N]

Traits