Type Alias ManagedHashMapOctree

Source
pub type ManagedHashMapOctree<K, V, S> = ManagedOctree<HashMap<K, V>, S>;

Aliased Type§

pub struct ManagedHashMapOctree<K, V, S> { /* private fields */ }

Trait Implementations§

Source§

impl<K, V, S> Empty for ManagedHashMapOctree<K, V, S>
where K: Eq + Hash, S: Default + Copy + One + Add<S, Output = S> + Sub<S, Output = S> + Div<S, Output = S>,

Source§

fn is_empty(&self) -> bool

Returns whether the collection is empty. Read more
Source§

impl<K, V, S> Len for ManagedHashMapOctree<K, V, S>
where K: Eq + Hash, S: Default + Copy + One + Add<S, Output = S> + Sub<S, Output = S> + Div<S, Output = S>,

Source§

fn len(&self) -> usize

Returns the length of the collection. Read more