import { Reducer } from "https://deno.land/x/rimbu@1.2.0/core/mod.ts";
const { single } = Reducer;
Returns a Reducer that only produces an output value when having receives exactly one
input value, otherwise will return the otherwise
value or undefined.