Module

x/rambda/immutable.d.ts>identical

Faster and smaller alternative to Ramda
Go to Latest
function identical
import { identical } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.ts";

It returns true if its arguments a and b are identical.

Otherwise, it returns false.

Returns

boolean