Skip to content

datastructures-js/set-v3.0.0

Choose a tag to compare

@eyas-ranjous eyas-ranjous released this 12 Dec 13:00
· 57 commits to master since this release
833e899

[3.0.0] - 2020-12-12

Added

  • .power(m, separator) to calculate the cartesian product on the set itself.

Changed

  • default separator in .product(set, separator) is now an empty string.