import { type AsyncTransformer } from "https://deno.land/x/rimbu@0.13.1/core/main/index.ts";
const { NonEmpty } = AsyncTransformer;
An AsyncReducer that produces instances AsyncStreamSource.NonEmpty
.
Type Parameters
optional
R = Tdefinition: AsyncReducer<T, AsyncStreamSource.NonEmpty<R>>
Type Parameters
optional
R = Tdefinition: AsyncReducer<T, AsyncStreamSource.NonEmpty<R>>