Pull SetUnion into its own operation

This commit is contained in:
d98762625 2018-04-06 16:27:24 +01:00
parent f491461a57
commit 5f93c667a2
6 changed files with 350 additions and 306 deletions

View file

@ -47,6 +47,7 @@ import "./tests/operations/Base64";
// import "./tests/operations/Regex.js";
// import "./tests/operations/StrUtils.js";
// import "./tests/operations/SeqUtils.js";
import "./tests/operations/SetUnion";
let allTestsPassing = true;