Constructs an $(D_PSYMBOL Address4) from an unsigned integer in host byte order.
The address as an unsigned integer in host byte order.
assert(Address4(0x00202000U).toUInt() == 0x00202000U);
See Implementation
Constructs an $(D_PSYMBOL Address4) from an unsigned integer in host byte order.