array_contains_duplicates
array_contains_duplicates(source, [start_index], [end_index]) ⇒ boolean
Kind: global function
| Param | Type | Description |
|---|---|---|
| source | Array.<T> | |
| [start_index] | number | first index to be included in the search |
| [end_index] | number | last index to be included in the search |