pub type U256IndexMap<V> = IndexMap<Uint<256, 4>, V, FbBuildHasher<32>>;
IndexMap optimized for hashing U256.
IndexMap
U256
pub struct U256IndexMap<V> { /* private fields */ }