Functions
fn format(self: Ip6Address, comptime fmt: []const u8, options: std.fmt.FormatOptions, out_stream: anytype) !void
No documentation provided.
fn getPort(self: Ip6Address) u16
Returns the port in native endian. Asserts that the address is ip4 or ip6.
fn parse(buf: []const u8, port: u16) !Ip6Address
Parse a given IPv6 address string into an Address. Assumes the Scope ID of the …
Parse a given IPv6 address string into an Address. Assumes the Scope ID of the address is fully numeric. For non-numeric addresses, see
resolveIp6
.fn setPort(self: *Ip6Address, port: u16) void
port
is native-endian. Asserts that the address is ip4 or ip6.