pub fn generate_vlq_segment(nums: &[i64]) -> Result<String>
Expand description

Encodes a VLQ segment from a slice.