Structure_RegexParser5.9.0
AbsentFunction
An Oniguruma absent function.
struct AbsentFunction
This is used to model a pattern which should not be matched against across varying scopes.
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(AST
.AbsentFunction.Kind, start: SourceLocation, location: SourceLocation) var children: [AST.Node]
var kind: AST.AbsentFunction.Kind
var location: SourceLocation
var start: SourceLocation
The location of
(?~
or(?~|
enum Kind
enum Start