Skip to main content

array_contains_duplicates

array_contains_duplicates(source, [start_index], [end_index]) ⇒ boolean

Kind: global function

ParamTypeDescription
sourceArray.<T>
[start_index]numberfirst index to be included in the search
[end_index]numberlast index to be included in the search