import { type Transformer } from "https://deno.land/x/rimbu@1.0.2/stream/mod.ts";
const { NonEmpty } = Transformer;
A Reducer that produces instances of StreamSource.NonEmpty
.
Type Parameters
optional
R = Tdefinition: Reducer<T, StreamSource.NonEmpty<R>>