Internet6Address.parse

Parse an IPv6 host address string as described in RFC 2373, and return the address.

class Internet6Address
static @trusted
ubyte[16]
parse
(
scope const(char)[] addr
)

Throws

SocketException on error.

Meta