# Functions
MemberForName returns the etcd member with the matching name.
MemberIDSet returns a set of member IDs.
NewUInt64Set creates a UInt64Set from a list of values.
# Type aliases
util.UInt64Set is a set of uint64s, implemented via map[uint64]struct{} for minimal memory consumption.