import { innerJoin } from "https://dotland.deno.dev/x/rambda@v9.2.0/mod.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://dotland.deno.dev/x/rambda@v9.2.0/mod.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
.