MoveableSortedRange.groupBy

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

struct MoveableSortedRange(Range, alias pred = "a < b")
groupBy
()
()
if (
isInputRange!Range
)

Meta