Instance Propertyswift 6.0.3FoundationEssentials
description
- iOS
- 17+
- macOS
- 14+
- tvOS
- 17+
- watchOS
- 10+
var description: String { get }
var description: String { get }
s20FoundationEssentials20PredicateExpressionsO5RangeV11descriptionSSvp
What are these?9NHUY
where LHS:PredicateExpression, LHS.Output:Comparable, LHS.Output == RHS.Output, RHS:PredicateExpression
import FoundationEssentials
struct Range<LHS, RHS> where LHS : PredicateExpression, RHS : PredicateExpression, LHS.Output : Comparable, LHS.Output == RHS.Output
@frozen enum PredicateExpressions
@frozen struct String
A Unicode string value that is a collection of characters.
protocol PredicateExpression<Output>
protocol Comparable : Equatable
A type that can be compared using the relational operators <
, <=
, >=
, and >
.