[#6C4C3FA9A02535F672D50ADA113C79762A6817E2]
Parse a string containing an IPv6 address.
system::resultparse_ipv6_address(core::string_view s) noexcept;
This function attempts to parse the string as an IPv6 address and returns a result containing the address upon success, or an error code if the string does not contain a valid IPv6 address.
Throws nothing.