Closed mersinvald closed 6 years ago
struct PrimitiveMap< K: Key, V: Value, B: Bucket<K, V>, <=== this BL: BucketList<K, V, Bucket = B>, H: Hasher<K> = DefaultHasher<K>, > { buckets: BL, _marker: PhantomData<(K, V, B, H)>, }
Seems so