Constant tvix_eval::chunk::U64_VARINT_SIZE
source ยท const U64_VARINT_SIZE: usize = 9;
Expand description
Maximum size of a u64 encoded in the vu128 varint encoding.
const U64_VARINT_SIZE: usize = 9;
Maximum size of a u64 encoded in the vu128 varint encoding.