FuzzyRuleBase
public struct FuzzyRuleBase<RuleInput>
extension FuzzyRuleBase: Sequence
Undocumented
-
Undocumented
Declaration
Swift
public typealias Rule = FuzzyRule<RuleInput> -
Undocumented
See moreDeclaration
Swift
@resultBuilder public struct FuzzyRuleBaseBuilder -
Undocumented
Declaration
Swift
public var rules: [Rule] -
Undocumented
Declaration
Swift
public init(_ rules: [Rule] = []) -
Undocumented
Declaration
Swift
public init(@FuzzyRuleBase<RuleInput>.FuzzyRuleBaseBuilder _ rulesBlock: () -> [Rule]) -
Declaration
Swift
public func makeIterator() -> Array<Rule>.Iterator
FuzzyRuleBase Structure Reference