except
container except(container1, container2)
container2に存在する要素/キーなしでcontainer1のコピーを返します。
Parameters
container1
— 1番目のコンテナ、
配列
か
辞書
のどちらか。
container2
— 1番目のコンテナと同じタイプの2番目のコンテナ
Returns
container2 に要素/キーが存在しない container1 のコピー