Open andreoss opened 4 years ago
As discussed here #1387, set.Diff is required in order to implement map.Diff. For consistency at least 3 objects can be introduced
set.Diff
map.Diff
Diff
Intersection
Union
SetOf
@paulodamaso/z please, pay attention to this issue
@paulodamaso Take a look, please
@andreoss for now this is out of scope as for #1387 but let's keep this open for later
As discussed here #1387,
set.Diff
is required in order to implementmap.Diff
. For consistency at least 3 objects can be introducedDiff
Intersection
Union
(which is not necessary and operation can be added as secondary ctor inSetOf
)