fn parse(buf: []const u8, port: u16) !Ip6Address
[src]
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 parse(buf: []const u8, port: u16) !Ip6Address
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
.