[][src]Function ev_slotmap::new_with_data

pub fn new_with_data<K, P, V>(
    data: SlotMap<K, P, V>
) -> (ReadHandle<K, P, V>, WriteHandle<K, P, V>) where
    K: Key<P>,
    V: ShallowCopy

Create a new evmap with the given data