function-accessor
Higher-Order accessor functions.
Higher-Order accessor functions.
Check if set has any truthy values, like any().
Get average of values in set.
Get maximum value in set, like Math.max().
Get minimum value in set, like Math.min().
Delete specified values from set.
Extra methods for set (browserified, minified).
Filter values from set that pass the test, like Array.filter().
Get first value in set that satisfies the test, like Array.find().
Check if atleast one value in set passes the test, like Array.some().
Get sum of values in set.
Get union of two sets.
Reduce set to single value, like Array.reduce().
Add part of array to set.
Get all values in set that satisfy the test, like Array.find().
Call a function for each value in set, like Array.forEach().
Checks if set has a value.
Gets union of set with an iterable.
Gets union of set with an iterable.
add tags to object!