alloy_primitives::map

Type Alias AddressIndexSet

Source
pub type AddressIndexSet = IndexSet<Address, FbBuildHasher<20>>;
Available on crate feature map only.
Expand description

IndexSet optimized for hashing Address.

Aliased Typeยง

struct AddressIndexSet { /* private fields */ }