hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

array-remove-duplicates

Creates a new array with duplicate elements removed, keeping only first occurrence of each.
Parameter
Type
Description
self
[T]
Array to remove duplicates from
return
[T]
New array with duplicates removed