Static Propertyheckj.formic 0.3.0Formic
localhost
IPv4Address.swift:75static let localhost: RemoteHost.IPv4Address
static let localhost: RemoteHost.IPv4Address
import Formic
๐ Swift library to support IT Automation tasks. ๐ ๐
struct IPv4Address
An IPv4 address.
struct RemoteHost
A local or remote host.
init?(_ stringRep: String)
init(_ octets: (UInt8, UInt8, UInt8, UInt8))
init(from decoder: Decoder) throws
Creates an IPv4 address from a decoder.
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.