Expand description
Joins (intersections) of sorted sequences
Structs§
Functions§
- keyval_
inner_ join - Join any number of sequences of
KeyVal, ordered byKeyVal.key. Only keys present in all sequences are preserved. I.e. the resulting sequence hasVecs of the same number of elements assequences. Returns None ifsequencesis empty. - keyval_
inner_ join_ 2