unique
| Generic types: | T | 
Returns only unique items from the given arrays
Presentation
function unique (items: T[][]): T[];Returns
T[]Parameters
| Name | Type | Description | 
|---|---|---|
| items | T[][] | arrays of items | 
| Generic types: | T | 
Returns only unique items from the given arrays
function unique (items: T[][]): T[];T[]| Name | Type | Description | 
|---|---|---|
| items | T[][] | arrays of items |