starry.set-equals
v4.0.0
Published
Member of the starry suite—modular functions for iterable objects.
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>[]): booleanReturns 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
