Function blaze_pk::tag_var_int_list

source ·
pub fn tag_var_int_list<T: VarInt>(
    output: &mut Vec<u8>,
    tag: &str,
    values: Vec<T>
)