Enumerationswift 6.0.1_RegexParser
Kind
enum Kind
enum Kind
import _RegexParser
struct DelimiterLexError
case invalidUTF8
case multilineClosingNotOnNewline
case unknownDelimiter
case unprintableASCII
case unterminated
var description: String { get }
var kind: DelimiterLexError.Kind
var resumePtr: UnsafeRawPointer { get }
The pointer at which to resume lexing.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.