Skip to main content
Module

x/rambda/index.d.ts>intersection

Faster and smaller alternative to Ramda
Go to Latest
function intersection
import { intersection } from "https://deno.land/x/rambda@v7.0.1/index.d.ts";

It loops throw listA and listB and returns the intersection of the two according to R.equals.

Parameters

listA: T[]
listB: T[]

Parameters

listA: T[]

Returns

(listB: T[]) => T[]