pub fn write_many_delta_new<T>(nums: &[T]) -> Vec<u8>
where T: VarInt + Sub<T, Output = T> + Copy,