variable Reducer.nonEmptyimport { Reducer } from "https://deno.land/x/rimbu@1.0.0/common/reducer.ts"; const { nonEmpty } = Reducer; Returns a Reducer that outputs true if one or more input values are received, false otherwise.