Join¶
Merges the specified input into a consolidated array of unique identities, removing any duplicate entries.
1 |
|
Parameters¶
( Array
A list of identities to merge. This can be an array of Identity objects or nested arrays of identities.
Returns¶
An array containing all unique identities from the input.
Remarks¶
This function recursively traverses the input, even if it contains nested arrays, to extract all identities and produce a flattened, de-duplicated array of identities.
Merging identities:¶
1 2 3 4 |
|