Skip to main content

ByteCursor

Type Alias ByteCursor 

Source
pub type ByteCursor = RleCursor<128, [u8]>;
Expand description

RLE cursor for byte-slice columns ([u8]), with a 128-item slab size.

Aliased Typeยง

pub struct ByteCursor { /* private fields */ }