Skip to main content
Module

x/rambda/index.d.ts>difference

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

It returns the uniq set of all elements in the first list a not contained in the second list b.

R.equals is used to determine equality.

Parameters

a: T[]
b: T[]