Skip to main content
Module

x/rimbu/mod.ts>Eq.defaultEq

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
function Eq.defaultEq
import { Eq } from "https://deno.land/x/rimbu@0.14.0/mod.ts";
const { defaultEq } = Eq;

Returns the default Eq instance, which is the Eq.anyDeepEq() instance.