pub type U256Map<V> = HashMap<U256, V, FbBuildHasher<32>>;
HashMap optimized for hashing U256.
HashMap
U256
pub struct U256Map<V> { /* private fields */ }