( set_operations )

凡例
対応コードあり
直接対応していないが代替の書き方あり
対応コードなし
-未確認
( .. )ローカライズまだ
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) - - - -