pub fn range_contains(outer: &Range, inner: &Range) -> bool
Check if outer range completely contains inner range
outer
inner