import { type AsyncTransformer } from "https://deno.land/x/rimbu@1.2.0/core/mod.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>>