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