Instance Propertyswift 6.0.3FoundationEssentials
description
- iOS
- 17+
- macOS
- 14+
- tvOS
- 17+
- watchOS
- 10+
var description: String { get }
var description: String { get }
s20FoundationEssentials20PredicateExpressionsO10ArithmeticV11descriptionSSvp
What are these?3LHSX
where LHS:PredicateExpression, LHS.Output:Numeric, LHS.Output == RHS.Output, RHS:PredicateExpression
import FoundationEssentials
struct Arithmetic<LHS, RHS> where LHS : PredicateExpression, RHS : PredicateExpression, LHS.Output : Numeric, LHS.Output == RHS.Output
@frozen enum PredicateExpressions
@frozen struct String
A Unicode string value that is a collection of characters.
protocol PredicateExpression<Output>
protocol Numeric : AdditiveArithmetic, ExpressibleByIntegerLiteral
A type with values that support multiplication.