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