Array

struct Array<Element> : _DestructorSafeContainer
  • Extracts any causal errors from the array and builds a range from them

    Declaration

    Swift

    var range: ClosedRange<String.Index>? { get }
  • Declaration

    Swift

    public var rules: [Rule] { get }
  • Creates a rule that is satisfied if one of the rules in the araray (which are evaluated in order) is matched

    Declaration

    Swift

    public var choice: Rule { get }
  • Creates a rule that is satisified if all rules in the array are met, in order.

    Declaration

    Swift

    public var sequence: Rule { get }