Instance Propertyswift 6.0.3_RegexParser
kind
var kind: AST.AbsentFunction.Kind
var kind: AST.AbsentFunction.Kind
import _RegexParser
struct AbsentFunction
An Oniguruma absent function.
struct AST
A regex abstract syntax tree.
enum Kind
init(_ kind: AST.AbsentFunction.Kind, start: SourceLocation, location: SourceLocation)
var children: [AST.Node] { get }
var location: SourceLocation
var start: SourceLocation
The location of (?~
or (?~|
enum Start