variable AsyncReducer.productimport { AsyncReducer } from "https://deno.land/x/rimbu@0.13.0/common/mod.ts"; const { product } = AsyncReducer; A Reducer that calculates the product of all given numeric input values.