SortedRange.groupBy

Returns a range of subranges of elements that are equivalent according to the sorting relation.

struct SortedRange(Range, alias pred = "a < b", SortedRangeOptions opt = SortedRangeOptions.assumeSorted)
groupBy
()
()
if (
isInputRange!Range &&
)

Meta