Enumerationswift 6.0.1FoundationEssentials
CommonKeyPathKind
- iOS
- 17+
- macOS
- 14+
- tvOS
- 17+
- watchOS
- 10+
enum CommonKeyPathKind
enum CommonKeyPathKind
s20FoundationEssentials20PredicateExpressionsO7KeyPathV06CommoneF4KindO
What are these?7YU5H
where Root:PredicateExpression
import FoundationEssentials
struct KeyPath<Root, Output> where Root : PredicateExpression
@frozen enum PredicateExpressions
protocol PredicateExpression<Output>
case bidirectionalCollectionLast
case collectionCount
case collectionFirst
case collectionIsEmpty
var description: String { get }
var kind: PredicateExpressions.KeyPath<Root, Output>.CommonKeyPathKind? { get }
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 Sendable
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.