Skip to main content
Module

x/ramda/mod.ts>intersperse

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

Creates a new list with the separator interposed between elements.

Dispatches to the intersperse method of the second argument, if present.