variable Reducer.isEmptyimport { Reducer } from "https://deno.land/x/rimbu@0.13.5/common/index.ts"; const { isEmpty } = Reducer; Returns a Reducer that outputs true if no input values are received, false otherwise.