let children: [AST.Node]
s12_RegexParser3ASTV11AlternationV8childrenSayAC4NodeOGvp
7KQPB
import _RegexParser
struct Alternation
struct AST
A regex abstract syntax tree.
indirect enum Node
A node in the regex AST.
init(_ mems: [AST.Node], pipes: [SourceLocation])
var location: SourceLocation { get }
let pipes: [SourceLocation]