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