Struct lrs::ops::RangeFrom

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

Syntax

struct RangeFrom<Idx> {
    start: Idx,
}

Fields

NameDescription
start

The left-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.

Iterator (10 times)

Objects that can be iterated over.