Skip to main content
Module

x/ramda/source/index.js>intersection

:ram: Practical functional Javascript
Latest
variable intersection
import { intersection } from "https://deno.land/x/ramda@v0.27.2/source/index.js";

Combines two lists into a set (i.e. no duplicates) composed of those elements common to both lists.