Get the address as an IPv6 address.
This method doesn't convert the address, so the address should be already an IPv6 one.
IPv6 address.
Precondition: This is an IPv6 address.
auto expected = Address6.loopback; assert(Address(expected).toV6() == expected);
See Implementation
Get the address as an IPv6 address.
This method doesn't convert the address, so the address should be already an IPv6 one.