Converts this address to an unsigned integer in host byte order.
This address as an unsigned integer in host byte order.
assert(address4("127.0.0.1").get.toUInt() == 0x7f000001U);
See Implementation
Converts this address to an unsigned integer in host byte order.