Skip to main content
Module

x/rimbu/mod.ts>Transformer.intersperse

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
function Transformer.intersperse
import { Transformer } from "https://deno.land/x/rimbu@1.2.0/mod.ts";
const { intersperse } = Transformer;

Returns a Transfoemr that inserts the given sep stream source elements between each received input element.

Parameters

  • the StreamSource to insert between each received element