init(_:)
Initializes an IPv6 address with a string.
Declaration
init?(_ string: String)Discussion
The provided string will be interpreted as an IPv6 address. If the string cannot be interpreted as an IPv6 address, the initialization will fail.
Initializes an IPv6 address with a string.
init?(_ string: String)The provided string will be interpreted as an IPv6 address. If the string cannot be interpreted as an IPv6 address, the initialization will fail.