import { intersection } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It loops through listA
and listB
and returns the intersection of the two according to R.equals
.
import { intersection } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It loops through listA
and listB
and returns the intersection of the two according to R.equals
.