---
title: PredicateExpressions.CollectionRangeSubscript
framework: foundation
role: symbol
role_heading: Structure
path: foundation/predicateexpressions/collectionrangesubscript
---

# PredicateExpressions.CollectionRangeSubscript

## Declaration

```swift
struct CollectionRangeSubscript<Wrapped, Range> where Wrapped : PredicateExpression, Range : PredicateExpression, Wrapped.Output : Collection, Range.Output == Range<Wrapped.Output.Index>
```

## Topics

### Initializers

- [init(wrapped:range:)](foundation/predicateexpressions/collectionrangesubscript/init(wrapped:range:).md)

### Instance Properties

- [range](foundation/predicateexpressions/collectionrangesubscript/range.md)
- [wrapped](foundation/predicateexpressions/collectionrangesubscript/wrapped.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Escapable](swift/escapable.md)
- [PredicateExpression](foundation/predicateexpression.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [StandardPredicateExpression](foundation/standardpredicateexpression.md)
