U256IndexMap

Type Alias U256IndexMap 

pub type U256IndexMap<V> = IndexMap<Uint<256, 4>, V, FbBuildHasher<32>>;
Expand description

IndexMap optimized for hashing U256.

Aliased Typeยง

pub struct U256IndexMap<V> { /* private fields */ }