pub type AddressIndexMap<V> = IndexMap<Address, V, FbBuildHasher<20>>;
map
IndexMap optimized for hashing Address.
IndexMap
Address
struct AddressIndexMap<V> { /* private fields */ }