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