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