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 ​
| Property | Type | Defined in |
|---|---|---|
inner | [TLeft, TRight][] | collection.ts:36 |
left | TLeft[] | collection.ts:35 |
right | TRight[] | collection.ts:37 |