earliest_deadline_sort

Function earliest_deadline_sort 

Source
pub fn earliest_deadline_sort<T>(list: &mut [T]) -> bool
where T: Interval,