import { identical } from "https://deno.land/x/rambda@9.4.1/immutable.d.ts";
It returns true
if its arguments a
and b
are identical.
Otherwise, it returns false
.
import { identical } from "https://deno.land/x/rambda@9.4.1/immutable.d.ts";
It returns true
if its arguments a
and b
are identical.
Otherwise, it returns false
.