Instance Propertyswift 6.0.3FoundationEssentials
range
- iOS
- 17+
- macOS
- 14+
- tvOS
- 17+
- watchOS
- 10+
let range: Range
let range: Range
s20FoundationEssentials20PredicateExpressionsO24CollectionRangeSubscriptV5rangeq_vp
What are these?9F3ZV
import FoundationEssentials
struct CollectionRangeSubscript<Wrapped, Range> where Wrapped : PredicateExpression, Range : PredicateExpression, Wrapped.Output : Collection, Range.Output == Range<Wrapped.Output.Index>
@frozen enum PredicateExpressions
init(wrapped: Wrapped, range: Range)
let wrapped: Wrapped
func evaluate(_ bindings: PredicateBindings) throws -> PredicateExpressions.CollectionRangeSubscript<Wrapped, Range>.Output
typealias Output = Wrapped.Output.SubSequence