pub struct SplayScanLine<T, C>where
C: Fn(&T, &T) -> Ordering,{
content: SplaySet<T, C>,
}Expand description
Scanline based on a splay set.
Fields§
§content: SplaySet<T, C>pub struct SplayScanLine<T, C>where
C: Fn(&T, &T) -> Ordering,{
content: SplaySet<T, C>,
}Scanline based on a splay set.
content: SplaySet<T, C>