Type Alias IntervalTreeRoot

Source
pub type IntervalTreeRoot = RBRootLeftCached;

Aliased Type§

#[repr(C)]
pub struct IntervalTreeRoot { pub rb_root: RBRoot, pub rb_leftmost: *mut RBNode, }

Fields§

§rb_root: RBRoot§rb_leftmost: *mut RBNode