seznam/euphoria

Extend `ReduceByKey` operator with value sorting

je-ik opened this issue · 1 comments

je-ik commented
 ReduceByKey.of(input)
    .keyBy(...)
   .valueBy(...)
   .reduceBy(...)
   .withSortedValues(comparator)
je-ik commented

Closed via #171