Documentation / @ripl/utilities / ArrayGroupIdentity
Type Alias: ArrayGroupIdentity<TValue> ​
ArrayGroupIdentity<
TValue> = keyofTValue|Indexer<TValue>
Defined in: collection.ts:28
A property key or indexer function used to derive group identity from array items.
Type Parameters ​
| Type Parameter |
|---|
TValue |