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.

Parameters

buf: []const u8,
port: u16,