AthenaShared.utility.array ​
Functions ​
findMissingElements ​
Usage
AthenaShared.utility.array.findMissingElements<T>(a, b, propertyName): T[]
Returns the elements present in A but are not present in B.
Type parameters ​
| Name |
|---|
T |
Parameters ​
| Name | Type |
|---|---|
a | T[] |
b | T[] |
propertyName | string |
Returns ​
T[]
V5 Docs