Function range_map_vec::u64_is_adjacent

source ยท
pub fn u64_is_adjacent(
    smaller: RangeInclusive<u64>,
    larger: RangeInclusive<u64>
) -> bool
Expand description

A default implementation for a u64 key type for RangeMap::merge_adjacent.