Function rna_algos::utils::range_inclusive[][src]

pub fn range_inclusive<A>(start: A, stop: A) -> RangeInclusive<A> where
    A: Add<A, Output = A> + PartialOrd<A> + Clone + One
Expand description

Return an iterator over the range [start, stop]