Enumerationswift 6.1.2_RegexParser
Kind
enum Kindenum Kinds12_RegexParser3ASTV4AtomV21BacktrackingDirectiveV4KindO What are these?573G2import _RegexParserstruct BacktrackingDirectivestruct ASTA regex abstract syntax tree.
struct Atomcase accept(*ACCEPT)
case commit(*COMMIT)
case fail(*FAIL)
case mark(*MARK:NAME)
case prune(*PRUNE)
case skip(*SKIP)
case then(*THEN)
init(_ kind: Source.Located<AST.Atom.BacktrackingDirective.Kind>, name: Source.Located<String>?) var isQuantifiable: Bool { get }var kind: Source.Located<AST.Atom.BacktrackingDirective.Kind>var name: Source.Located<String>?protocol EquatableA type that can be compared for value equality.
protocol Hashable : EquatableA type that can be hashed into a Hasher to produce an integer hash value.
static func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.