Enumerationswift 6.0.1_RegexParser
Kind
enum Kind
enum Kind
s12_RegexParser3ASTV4AtomV21BacktrackingDirectiveV4KindO
What are these?573G2
import _RegexParser
struct BacktrackingDirective
struct AST
A regex abstract syntax tree.
struct Atom
case 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 Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A 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.