ggplotd.range

Some helper functions for ranges

Members

Functions

groupBy
auto groupBy(R values)
Undocumented in source. Be warned that the author may not have intended to support it.
mergeRange
auto mergeRange(R1 r1, R2 r2)

Merge the elements of two ranges. If first is not a range then merge that with each element of the second range and vice versa.

uniquer
auto uniquer(R range)

Lazily iterate over range and returning only uniques

Meta