Struct cranelift_codegen::bforest::SetForest [−][src]
pub struct SetForest<K, C> where
K: Copy,
C: Comparator<K>, { /* fields omitted */ }Memory pool for a forest of Set instances.
Methods
impl<K, C> SetForest<K, C> where
K: Copy,
C: Comparator<K>, [src]
impl<K, C> SetForest<K, C> where
K: Copy,
C: Comparator<K>, pub fn new() -> Self[src]
pub fn new() -> SelfCreate a new empty forest.
pub fn clear(&mut self)[src]
pub fn clear(&mut self)Clear all sets in the forest.
All Set instances belong to this forest are invalidated and should no longer be used.