[][src]Type Definition lockfreehashmap::map_inner::KVPair

type KVPair<'v, K, V> = (AtomicPtr<KeySlot<K>>, AtomicPtr<ValueSlot<'v, V>>);