Skip to main content
Module

x/ramda/mod.ts>union

:ram: Practical functional Javascript
Latest
variable union
import { union } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Combines two lists into a set (i.e. no duplicates) composed of the elements of each list.