move Set Intersection into its own operation class

This commit is contained in:
d98762625 2018-04-06 16:52:59 +01:00
parent 5f93c667a2
commit 03ecaa81f7
4 changed files with 116 additions and 11 deletions

View file

@ -48,6 +48,8 @@ import "./tests/operations/Base64";
// import "./tests/operations/StrUtils.js";
// import "./tests/operations/SeqUtils.js";
import "./tests/operations/SetUnion";
import "./tests/operations/SetIntersection";
let allTestsPassing = true;