Initializerheckj.formic 0.3.0Formic
init(_:)
IPv4Address.swift:71init(_ octets: (UInt8, UInt8, UInt8, UInt8))
init(_ octets: (UInt8, UInt8, UInt8, UInt8))
s6Formic10RemoteHostV11IPv4AddressVyAEs5UInt8V_A3Gt_tcfc
What are these?7FVNA
import Formic
๐ Swift library to support IT Automation tasks. ๐ ๐
struct IPv4Address
An IPv4 address.
struct RemoteHost
A local or remote host.
@frozen struct UInt8
An 8-bit unsigned integer value type.
init?(_ stringRep: String)
init(from decoder: Decoder) throws
Creates an IPv4 address from a decoder.
static let localhost: RemoteHost.IPv4Address
var description: String { get }
static func == (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value that indicates whether two IPv4 addresses are equal.
func encode(to encoder: Encoder) throws
Encodes an IPv4 address to a decoder.
func hash(into hasher: inout Hasher)
Calculates the hash value for the IPv4 address.