Structure_RegexParser5.9.0
DelimiterLexError
struct DelimiterLexError
Citizens in _RegexParser
Conformances
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Error
A type representing an error value that can be thrown.
protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.
Members
var description: String
var kind: DelimiterLexError.Kind
var resumePtr: UnsafeRawPointer
The pointer at which to resume lexing.
enum Kind