Structure_RegexParser5.9.0
PCRE
A PCRE callout written (?C...)
struct PCRE
Citizens in _RegexParser
Conformances
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 Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.
Members
init(Source
.Located<AST.Atom.Callout.PCRE.Argument>) var arg: Source.Located<AST.Atom.Callout.PCRE.Argument>
var isImplicit: Bool
Whether the argument isn’t written explicitly in the source, e.g
(?C)
which is implicitly(?C0)
.enum Argument