union and intersection

This commit is contained in:
Folkert 2021-02-14 19:55:01 +01:00
parent cbe91abcc2
commit 02db8f1a05
11 changed files with 579 additions and 1 deletions

View file

@ -36,6 +36,9 @@ pub enum LowLevel {
DictGetUnsafe,
DictKeys,
DictValues,
DictUnion,
DictIntersection,
DictDifference,
NumAdd,
NumAddWrap,
NumAddChecked,