Instance Methodswift-ip 0.3.0IP_BSON->IP
set
IP.Address (ext).swift:10func set() -> Storage
func set() -> Storage
s2IPAAO7AddressP0A5_BSON7BSONABI0C0O10BSONArraysE14BinaryPackableRzAhIEAJ7StorageAhIEAJPRpzrlE3setAMyF
What are these?4UHRK
where Self:BSON.BinaryPackable, Self.Storage:BSON.BinaryPackable
import IP_BSON
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
protocol BinaryPackable<Storage>
static func get(_ storage: Storage) -> Self