Functions
fn format(self: Ip4Address, comptime fmt: []const u8, options: std.fmt.FormatOptions, out_stream: anytype) !void
No documentation provided.
fn getPort(self: Ip4Address) u16
Returns the port in native endian. Asserts that the address is ip4 or ip6.
fn setPort(self: *Ip4Address, port: u16) void
port
is native-endian. Asserts that the address is ip4 or ip6.