The type representing the half-bounded ..N syntax.
struct RangeTo<Idx> {
end: Idx,
}| Name | Description |
|---|---|
| end | The right-hand-side of the operator. |
| Name | Description |
|---|---|
| Eq | Objects that implement the binary |
| Into | Objects that can be turned into other objects. |
| IntoIterator (10 times) | Objects that can be turned into iterators. |