Structureswift 6.1.2_RegexParser
DelimiterLexError
struct DelimiterLexErrorstruct DelimiterLexErrorimport _RegexParserprotocol CustomStringConvertibleA type with a customized textual representation.
protocol Error : SendableA type representing an error value that can be thrown.
protocol SendableA thread-safe type whose values can be shared across arbitrary concurrent contexts without introducing a risk of data races. Values of the type may have no shared mutable state, or they may protect that state with a lock or by forcing it to only be accessed from a specific actor.
var description: String { get }var kind: DelimiterLexError.Kindvar resumePtr: UnsafeRawPointer { get }The pointer at which to resume lexing.
enum Kindvar halfWidthCornerQuoted: String { get }