Contents

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.

See Also

Creating Addresses