Instance Propertyswift 6.0.3FoundationEssentials
description
- iOS
- 17+
- macOS
- 14+
- tvOS
- 17+
- watchOS
- 10+
var description: String { get }
var description: String { get }
s20FoundationEssentials20PredicateExpressionsO7KeyPathV11descriptionSSvp
What are these?8P3F
where Root:PredicateExpression
import FoundationEssentials
struct KeyPath<Root, Output> where Root : PredicateExpression
@frozen enum PredicateExpressions
@frozen struct String
A Unicode string value that is a collection of characters.
protocol PredicateExpression<Output>
var kind: PredicateExpressions.KeyPath<Root, Output>.CommonKeyPathKind? { get }
enum CommonKeyPathKind