impl_uint_concat_split_mixed

Macro impl_uint_concat_split_mixed 

Source
macro_rules! impl_uint_concat_split_mixed {
    ($name:ident, $size:literal) => { ... };
    ($name:ident, [ $($size:literal),+ ]) => { ... };
    ($( ($name:ident, $sizes:tt), )+) => { ... };
}