[#02F7282B6DD61C36C647E88EB5025179BC600E0C]
Construct from a string.
ipv6_address(core::string_view s);
This function constructs an address from the string `s`, which must contain a valid IPv6 address string or else an exception is thrown.
For a non-throwing parse function, use parse_ipv6_address .
Exceptions thrown on invalid input.