Expand.AddSetSourceThe AddSet module implements a trie data structure to represent sets of Address.t addresses
t is the type of sets of addresses
mem add s returns true if add is in the set s and false otherwise.
add a s adds the address a into the set s. s is unchanged if a already belonged to s.