We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@description
1 parent 487d74d commit 9c3c862Copy full SHA for 9c3c862
lib/util/SetHelpers.js
@@ -1,7 +1,7 @@
1
"use strict";
2
3
/**
4
- * @description intersect creates Set containing the intersection of elements between all sets
+ * intersect creates Set containing the intersection of elements between all sets
5
* @param {Set[]} sets an array of sets being checked for shared elements
6
* @returns {Set} returns a new Set containing the intersecting items
7
*/
@@ -31,7 +31,7 @@ function intersect(sets) {
31
}
32
33
34
- * @description
+ * Checks if a set is the subset of another set
35
* @param {Set} bigSet a Set which contains the original elements to compare against
36
* @param {Set} smallSet the set whos elements might be contained inside of bigSet
37
* @returns {boolean} returns true if smallSet contains all elements inside of the bigSet
0 commit comments