Structureswift 6.0.1_RegexParser
OnigurumaTag
A tag specifier [...]
that can appear in an Oniguruma callout.
struct OnigurumaTag
A tag specifier [...]
that can appear in an Oniguruma callout.
struct OnigurumaTag
import _RegexParser
enum Callout
struct AST
A regex abstract syntax tree.
struct Atom
struct OnigurumaNamed
A named Oniguruma callout written (*name[tag]{args, ...})
struct OnigurumaOfContents
An Oniguruma callout ‘of contents’, written (?{...}[tag]D)
struct PCRE
A PCRE callout written (?C...)
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(_ leftBracket: SourceLocation, _ name: Source.Located<String>, _ rightBracket: SourceLocation)
var leftBracket: SourceLocation
var name: Source.Located<String>
var rightBracket: SourceLocation
var halfWidthCornerQuoted: String { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.