The type representing the bounded M..N syntax.
struct Range<Idx> {
start: Idx,
end: Idx,
}| Name | Description |
|---|---|
| start | The left-hand-side of the operator. |
| end | The right-hand-side of the operator. |
| Name | Description |
|---|---|
| Eq | Objects that implement the binary |
| Iterator (10 times) | Objects that can be iterated over. |