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