AddressIndexSet

Type Alias AddressIndexSet 

pub type AddressIndexSet = IndexSet<Address, FbBuildHasher<20>>;
Expand description

IndexSet optimized for hashing Address.

Aliased Typeยง

pub struct AddressIndexSet { /* private fields */ }