Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rimbu/stream/async/async-transformer.ts>AsyncTransformer.intersperse

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

Returns an AsyncTransformer that inserts the given sep stream source elements between each received input element.

Parameters

  • the async StreamSource to insert between each received element