starry.set-equals
v4.0.0
Published
Member of the starry suite—modular functions for iterable objects.
Downloads
8
Maintainers
Readme
Member of the starry suite—modular functions for iterable objects.
Status
Applies to the whole suite.
Usage
function setEquals<TAll = any>(...iterables: Iterable<TAll>[]): boolean
Returns whether the given sets hold set equality with each other. If a given input is not an instance of Set
, it is converted into one.
Parameters:
- iterables -
Array<Iterable<T>>
Returns: boolean