Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Represents a sequence of key-value pairs that are sorted by key. This class provides operations for working with sorted sequences like mapping values, grouping and joining.

Link copied to clipboard

Represents a sequence of elements that are sorted by key. This class provides operations for working with sorted sequences like mapping values, grouping and joining.

Link copied to clipboard

Functions

Link copied to clipboard

Interleaves key-value pairs from this sequence with those from another sequence while maintaining sort order.

Interleaves elements from this sequence with those from another sequence while maintaining sort order.