macro_rules! match_smallest_offset_type {
($n_elements:expr, | $offset_type:ident | $body:block) => { ... };
}Expand description
Macro to match the smallest offset type for a given value
macro_rules! match_smallest_offset_type {
($n_elements:expr, | $offset_type:ident | $body:block) => { ... };
}Macro to match the smallest offset type for a given value