Equana
Under the Hood
Features
Examples
Docs
Try It Free
Log in
Reference
/
Sets
🔗
Sets
Set-theoretic operations on arrays.
intersect
Set intersection of two arrays.
intersect(a, b) → Array of elements in both
setdiff
Set difference of two arrays.
setdiff(a, b) → Elements in a but not in b
union
Set union of two arrays.
union(a, b) → Array of unique elements from both