[][src]Function amethyst_rendy::util::next_range

pub fn next_range<T: Add<Output = T> + Clone>(
    prev: &Range<T>,
    length: T
) -> Range<T>

Helper function to clone ranges.