@rimbu/streamReducer (namespace)andOn this pagetype andA Reducer that takes boolean values and outputs true if all input values are true, and false otherwise.exampleconsole.log(Stream.of(true, false, true)).reduce(Reducer.and))// => falseDefinitionand: Reducer<boolean, boolean>