import { intersection } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.ts";
It loops through listA
and listB
and returns the intersection of the two according to R.equals
.
import { intersection } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.ts";
It loops through listA
and listB
and returns the intersection of the two according to R.equals
.