Instance Propertyswift 6.0.3FoundationEssentials
description
- iOS
- 17+
- macOS
- 14+
- tvOS
- 17+
- watchOS
- 10+
var description: String { get }
var description: String { get }
s20FoundationEssentials20PredicateExpressionsO12ForcedUnwrapV11descriptionSSvp
What are these?Q6W4
where Inner:PredicateExpression, Inner.Output == Wrapped?
import FoundationEssentials
struct ForcedUnwrap<Inner, Wrapped> where Inner : PredicateExpression, Inner.Output == Wrapped?
@frozen enum PredicateExpressions
@frozen struct String
A Unicode string value that is a collection of characters.
protocol PredicateExpression<Output>
@frozen enum Optional<Wrapped> where Wrapped : ~Copyable
A type that represents either a wrapped value or the absence of a value.