RuleId
public final class RuleId : Hashable, Codable
The unique identifier of a rule.
-
Declaration
Swift
public static func == (left: RuleId, right: RuleId) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
Creates an unitialized rule identifier.
Declaration
Swift
public init()
-
Undocumented
Declaration
Swift
public var id: Int { get }
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws