Primitive
array.unique
BETAShort name: unique
Version: 1.0.0
Return a new array with duplicate values removed, preserving first-seen order.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| array | array | true | Input array. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| result | array | false | Array with duplicates removed. |