Skip to main content
Module

x/rambda/immutable.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/immutable.d.ts";

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

Parameters

listA: readonly T[]
listB: readonly T[]

Returns

readonly T[]

Parameters

listA: readonly T[]

Returns

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