Aurora Visio Studio TOP » Filter Reference » Array » Array Transforms » RemoveDuplicates
Module: | FoundationLite |
---|
Removes repeated elements from array.
Name | Type | Description | |
---|---|---|---|
inArray | <T>Array | ||
outArray | <T>Array |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input array is exactly the same as the output array |
Complexity Level
This filter is available on Basic Complexity Level.