Structureswift 6.0.1_RegexParser
ArgList
struct ArgList
struct ArgList
s12_RegexParser3ASTV4AtomV7CalloutO14OnigurumaNamedV7ArgListV
What are these?B4WA
import _RegexParser
struct OnigurumaNamed
A named Oniguruma callout written (*name[tag]{args, ...})
struct AST
A regex abstract syntax tree.
struct Atom
enum Callout
init(_ name: Source.Located<String>, tag: AST.Atom.Callout.OnigurumaTag?, args: AST.Atom.Callout.OnigurumaNamed.ArgList?)
var args: AST.Atom.Callout.OnigurumaNamed.ArgList?
var name: Source.Located<String>
var tag: AST.Atom.Callout.OnigurumaTag?
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol CustomDebugStringConvertible
A type with a customized textual representation suitable for debugging purposes.
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Equatable
A type that can be compared for value equality.
protocol Escapable
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
init(_ leftBrace: SourceLocation, _ args: [Source.Located<String>], _ rightBrace: SourceLocation)
var args: [Source.Located<String>]
var leftBrace: SourceLocation
var rightBrace: SourceLocation
var halfWidthCornerQuoted: String { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.