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.
macro_rules! impl_tuple_arr {
(
NAME = $name:ident
LEN = $len:literal
FIELDS = ($($p:ident),*)
TUPLE = $tuple:tt
) => { ... };
}Impl from/to tuples and arrays for a simple struct.