Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
On this page
On this page
Table of Contents for current page
intersectBy(first, second) => a
Returns
On this page
iter::intersectBy
intersectBy(first, second) => a
Parameter
Type
Description
first
Iterable
second
Iterable
Returns
(Generator) The intersect of the given Iterables where the closure determines the keys.