Initializerswift-ip 0.3.0IP
init(integerLiteral:)
IP.Address.swift:49init(integerLiteral: Storage)
init(integerLiteral: Storage)
s2IPAAO7AddressPAAs27ExpressibleByIntegerLiteralRz7StorageADQz0eF4TypesAEPRtzrlE07integerF0xAJ_tcfc
What are these?3Q80D
where Self:ExpressibleByIntegerLiteral, Self.IntegerLiteralType == Self.Storage
import IP
This Foundation-free module provides tools for parsing and formatting IP addresses, and data structures for performing efficient IP address lookups.
protocol Address : Comparable, Hashable, LosslessStringConvertible, Sendable
Abstracts over IP.V4
and IP.V6
addresses.
@frozen enum IP
The namespace for IP types.
associatedtype Storage : BitwiseCopyable, FixedWidthInteger, UnsignedInteger
The raw storage type for the IP address.
protocol ExpressibleByIntegerLiteral
A type that can be initialized with an integer literal.