---
title: PredicateExpressions.IntRemainder
framework: foundation
role: symbol
role_heading: Structure
path: foundation/predicateexpressions/intremainder
---

# PredicateExpressions.IntRemainder

## Declaration

```swift
struct IntRemainder<LHS, RHS> where LHS : PredicateExpression, RHS : PredicateExpression, LHS.Output : BinaryInteger, LHS.Output == RHS.Output
```

## Topics

### Initializers

- [init(lhs:rhs:)](foundation/predicateexpressions/intremainder/init(lhs:rhs:).md)

### Instance Properties

- [lhs](foundation/predicateexpressions/intremainder/lhs.md)
- [rhs](foundation/predicateexpressions/intremainder/rhs.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)
