Type Definition ozone::SwapBackedHashMap [] [src]

type SwapBackedHashMap<K, V> = HashMap<K, V, AnonymousBuffer<Elem<K, V>>>;