ComfyUI Node
_.symmetric_difference
Return the symmetric difference of two sets as a new set. (i.e., all elements that are in exactly one of the sets.)
_.symmetric_difference
- obj
- other
- *
Categoryovum/underscore
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| objopt | * | Primary input object. Also accepts _.CHAIN to continue chaining. | |
| otheropt | * | other: JSON allowed for arrays/objects where applicable. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| * | * | — |