Skip to content

Documentation / @ripl/utilities / ArrayJoin

Interface: ArrayJoin<TLeft, TRight> ​

Defined in: collection.ts:34

Result of an array join containing unmatched left items, matched pairs, and unmatched right items.

Type Parameters ​

Type Parameter
TLeft
TRight

Properties ​

PropertyTypeDefined in
inner[TLeft, TRight][]collection.ts:36
leftTLeft[]collection.ts:35
rightTRight[]collection.ts:37