Struct lrs::ops::RangeTo

The type representing the half-bounded ..N syntax.

Syntax

struct RangeTo<Idx> {
    end: Idx,
}

Fields

NameDescription
end

The right-hand-side of the operator.

Trait implementations

NameDescription
Eq

Objects that implement the binary == and != operators.

Into

Objects that can be turned into other objects.

IntoIterator (10 times)

Objects that can be turned into iterators.