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