collectio-hashset
v1.0.4
Published
Implementation of Set with a configurable equality algorithm
Downloads
58
Maintainers
Readme
collectio-hashset
Install
npm i collectio-hashset
Description
Implementation of Set with a configurable equality algorithm
HashSetnew HashSet(equalityComparer)- instance
size: numberadd(value): HashSethas(value): booleandelete(value): booleanclear(): undefinedforEach(callback): undefinedentries(): Iterable.<[any, any]>values(): Iterable.<any>[Symbol.iterator](): Iterable.<any>
