Produces a byte array containing this address in network byte order.
This address as raw bytes in network byte order.
const actual = address4("192.168.0.1"); const ubyte[4] expected = [192, 168, 0, 1]; assert(actual.get.toBytes() == expected);
See Implementation
Produces a byte array containing this address in network byte order.