( set_operations )

Legend
Has corresponding code
No direct match, but an alternative exists
No corresponding code
-TODO
( .. )Not localized
Example Python
pytest
C++
GoogleTest
Swift
Testing
Kotlin
jUnit
Bash
bats
( union ) a | b - - - -
( union_destructive ) a |= b - - - -
( intersection ) a & b - - - -
( difference ) a - b - - - -
( add ) add - - - -
( is_subset ) a.issubset(b) - - - -