Macro vector_lib::buckets

macro_rules! buckets {
    ( $( $limit:expr => $count:expr ),* ) => { ... };
}