ComfyUI Node
_.unique
Produce a duplicate-free version of the array. If the array has already been sorted, you have the option of using a faster algorithm. Aliased as `unique`.
_.unique
- obj
- *
◄isSortedfalse►
Categoryovum/underscore
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| objopt | * | Primary input object. Also accepts _.CHAIN to continue chaining. | |
| isSortedopt | BOOLEAN | false | isSorted (boolean) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| * | * | — |