variable Reducer.orimport { Reducer } from "https://deno.land/x/rimbu@1.0.0/common/reducer.ts"; const { or } = Reducer; Returns a Reducer that takes boolean values and outputs true if one or more input values are true, and false otherwise.