Module join

Source
Expand description

Joins (intersections) of sorted sequences

Structs§

KeyVal

Functions§

keyval_inner_join
Join any number of sequences of KeyVal, ordered by KeyVal.key. Only keys present in all sequences are preserved. I.e. the resulting sequence has Vecs of the same number of elements as sequences. Returns None if sequences is empty.
keyval_inner_join_2