Initializerswift-ip 0.3.0Firewalls->IP
init(domain:name:)
IP.AS.Metadata.swift:17init(domain: String, name: String)
init(domain: String, name: String)
s2IPAAO9FirewallsE2ASV8MetadataV6domain4nameAGSS_SStcfc
What are these?2ZPJD
import Firewalls
import IP
This Foundation-free module provides tools for parsing and formatting IP addresses, and data structures for performing efficient IP address lookups.
@frozen struct Metadata
The human-readable name
and associated domain
of an Autonomous System.
@frozen enum IP
The namespace for IP types.
@frozen struct AS
Describes an Autonomous System (AS).
@frozen struct String
A Unicode string value that is a collection of characters.
let domain: String
A web domain associated with the Autonomous System.
let name: String
A human-readable name for the Autonomous System.