GeckoPref
public struct GeckoPref
extension GeckoPref: Equatable, Hashable
-
Declaration
Swift
public var pref: String
-
Declaration
Swift
public var branch: PrefBranch
-
Declaration
Swift
public init(pref: String, branch: PrefBranch)
-
Declaration
Swift
public static func == (lhs: GeckoPref, rhs: GeckoPref) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)