Trait implementation lrs::ops::Range::Eq

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

Syntax

impl<Idx> Eq<Range<Idx>> for Range<Idx>
    where Idx: Eq<Idx>,