fixed_alias

Macro fixed_alias 

Source
macro_rules! fixed_alias {
    ($name:ident, $size:literal) => { ... };
}
Expand description

Define a fixed-size secret alias with beautiful constructor syntax

The alias gets useful methods automatically because Fixed implements them for all array sizes (see src/fixed.rs).