Type Definition hash_trie::DefaultHashTrieSet[][src]

type DefaultHashTrieSet<V> = HashTrieSet<u64, u32, V, FnvHasher>;
Expand description

A HashTrieSet using 64-bit hashes, 32-bit flags, and FnvHasher