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