---
title: PredicateExpressions.RangeExpressionContains
framework: foundation
role: symbol
role_heading: Structure
path: foundation/predicateexpressions/rangeexpressioncontains
---

# PredicateExpressions.RangeExpressionContains

## Declaration

```swift
struct RangeExpressionContains<RangeExpression, Element> where RangeExpression : PredicateExpression, Element : PredicateExpression, RangeExpression.Output : RangeExpression, Element.Output == RangeExpression.Output.Bound
```

## Topics

### Initializers

- [init(range:element:)](foundation/predicateexpressions/rangeexpressioncontains/init(range:element:).md)

### Instance Properties

- [element](foundation/predicateexpressions/rangeexpressioncontains/element.md)
- [range](foundation/predicateexpressions/rangeexpressioncontains/range.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)
