Skip to main content
Module

x/ramda/source/index.js>without

:ram: Practical functional Javascript
Latest
variable without
import { without } from "https://deno.land/x/ramda@v0.27.2/source/index.js";

Returns a new list without values in the first argument. R.equals is used to determine equality.

Acts as a transducer if a transformer is given in list position.