The OpenD Programming Language

ggplotd.range

Some helper functions for ranges

Members

Functions

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