Macro peel_ip::prelude::tag_bits []

macro_rules! tag_bits {
    ( $ i : expr , $ t : ty , $ count : expr , $ p : pat ) => { ... };
}

matches an integer pattern to a bitstream. The number of bits of the input to compare must be specified