Enumerationswift 6.0.3Foundation
ExpressionType
This declaration is deprecated: NSExpression is not available in swift-corelibs-foundation
enum ExpressionType
This declaration is deprecated: NSExpression is not available in swift-corelibs-foundation
enum ExpressionType
import Foundation
class NSExpression
case aggregate
case anyKey
case block
case conditional
case constantValue
case evaluatedObject
case function
case intersectSet
case keyPath
case minusSet
case subquery
case unionSet
case variable
override func copy() -> Any
func copy(with zone: NSZone? = nil) -> Any
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.
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
protocol Sendable
init?(rawValue: UInt)
var hashValue: Int { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)