import { innerJoin } from "https://deno.land/x/rambda@9.4.1/index.d.ts";
It returns a new list by applying a predicate
function to all elements of list1
and list2
and keeping only these elements where predicate
returns true
.
import { innerJoin } from "https://deno.land/x/rambda@9.4.1/index.d.ts";
It returns a new list by applying a predicate
function to all elements of list1
and list2
and keeping only these elements where predicate
returns true
.