variable AsyncReducer.sumimport { AsyncReducer } from "https://deno.land/x/rimbu@1.0.5/common/mod.ts"; const { sum } = AsyncReducer; A Reducer that sums all given numeric input values.