RuleStorage
public class RuleStorage : CustomStringConvertible
A storage mechanism for aggregating the results of CollectingRule
s.
-
Declaration
Swift
public var description: String { get }
-
Creates a
RuleStorage
with no initial stored data.Declaration
Swift
public init()