macro_rules! packed_ints {
    (; $type:ident) => { ... };
    ($($ints:expr),+; $type:ident) => { ... };
}
Expand description

A macro for a more convenient initialisation of PackedIntegers.