Skip to main content
Module

x/evt/tools/reducers/diff.ts>arrDiff

💧EventEmitter's typesafe replacement
Go to Latest
function arrDiff
import { arrDiff } from "https://deno.land/x/evt@v2.5.2/tools/reducers/diff.ts";

WARNING: Providing areEquals significantly impact performances

Parameters

arr: readonly ArrOf[]
newArr: readonly ArrOf[]
optional
areEquals: (e1: ArrOf, e2: ArrOf) => boolean = [UNSUPPORTED]