pub struct BTreeScanLine<K> {
pub(crate) content: BTreeSet<K>,
}Expand description
Data structure for the scan-line based on a BTreeSet.
Fields§
§content: BTreeSet<K>pub struct BTreeScanLine<K> {
pub(crate) content: BTreeSet<K>,
}Data structure for the scan-line based on a BTreeSet.
content: BTreeSet<K>