import { identical } from "https://dotland.deno.dev/x/rambda@v9.2.0/index.d.ts";
It returns true
if its arguments a
and b
are identical.
Otherwise, it returns false
.
import { identical } from "https://dotland.deno.dev/x/rambda@v9.2.0/index.d.ts";
It returns true
if its arguments a
and b
are identical.
Otherwise, it returns false
.