pub type UIntCursor = RleCursor<64, u64>;
RLE cursor for unsigned 64-bit integer columns (u64), with a 64-item slab size.
u64
pub struct UIntCursor { /* private fields */ }