enum SocketAddrV6 with Eq
case SocketAddrV6(Ipv6Addr, Int32)
Represents an Ipv6 Socket Address.
instance Eq[SocketAddrV6]