4.0.0 • Published 7 years ago
starry.intersection v4.0.0
Member of the starry suite—modular functions for iterable objects.
Status
Applies to the whole suite.
Usage
function intersection<T = any>(
...iterables: Iterable<T>[]
): Iterable<T>
Returns the set intersection of the input iterables.
Parameters:
- ...iterables -
Iterable<T>[]
Returns: Iterable<T>