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