[][src]Trait bevy_utils::HashMapExt

pub trait HashMapExt {
    fn with_capacity(cap: usize) -> Self;
}

Required methods

fn with_capacity(cap: usize) -> Self

Loading content...

Implementors

impl<K, V> HashMapExt for HashMap<K, V>[src]

Loading content...