Enumerationswift 6.0.3_RegexParser
Start
enum Start
enum Start
import _RegexParser
struct AbsentFunction
An Oniguruma absent function.
struct AST
A regex abstract syntax tree.
case withPipe
(?~|
case withoutPipe
(?~
init(_ kind: AST.AbsentFunction.Kind, start: SourceLocation, location: SourceLocation)
var children: [AST.Node] { get }
var kind: AST.AbsentFunction.Kind
var location: SourceLocation
var start: SourceLocation
The location of (?~
or (?~|
enum Kind
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.