pub type AddressSet = HashSet<Address, FbBuildHasher<20>>;
HashSet optimized for hashing Address.
HashSet
Address
pub struct AddressSet { /* private fields */ }