impl_tuple_arr

Macro impl_tuple_arr 

Source
macro_rules! impl_tuple_arr {
    (
        NAME = $name:ident
        LEN = $len:literal
        FIELDS = ($($p:ident),*)
        TUPLE = $tuple:tt
    ) => { ... };
}
Expand description

Impl from/to tuples and arrays for a simple struct.