thomasnield
04/18/2018, 9:07 PMList<ClosedRange<LocalDate>>
into another List<ClosedRange<LocalDate>>
but compress the ranges that are consecutive into a single one? Tried using window(2)
and some recursion tactics, but I'm not finding a clear way to do this.