Address.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
struct Address
ref
opAssign
(
T
)
()
if ()

Examples

Address address = Address4.any;
address = Address4.loopback;
assert(address == Address4.loopback);

Meta