Structs

Head element and tail stream pair

A stream adaptor that merges an abitrary number of base streams according to an ordering function.

Functions

Create a stream that merges elements of the contained streams using the ordering function.

Create a stream that merges elements of the contained streams.

Create a stream that merges elements of the contained streams.

Type Definitions

A stream adaptor that merges an abitrary number of base streams in descending order. If all base streams are sorted (descending), the result is sorted.