Type Aliasswift 6.0.3FoundationEssentials
Output
- iOS
- 17+
- macOS
- 14+
- tvOS
- 17+
- watchOS
- 10+
typealias Output = Wrapped.Output
typealias Output = Wrapped.Output
s20FoundationEssentials20PredicateExpressionsO10UnaryMinusV6Outputa
What are these?3E39H
import FoundationEssentials
struct UnaryMinus<Wrapped> where Wrapped : PredicateExpression, Wrapped.Output : SignedNumeric
@frozen enum PredicateExpressions
associatedtype Output
init(_ wrapped: Wrapped)
let wrapped: Wrapped
func evaluate(_ bindings: PredicateBindings) throws -> PredicateExpressions.UnaryMinus<Wrapped>.Output