variable Reducer.averageimport { Reducer } from "https://deno.land/x/rimbu@0.13.1/common/reducer.ts"; const { average } = Reducer; A Reducer that calculates the average of all given numberic input values.