Enumerationswift 6.0.3_RegexParser
Behavior
enum Behavior
enum Behavior
import _RegexParser
struct Diagnostic
A diagnostic to emit.
case error
case fatalError
case warning
let behavior: Diagnostic.Behavior
var isAnyError: Bool { get }
let location: SourceLocation
let message: String
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.
var isAnyError: Bool { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.