@rimbu/streamReducer (namespace)isEmptyOn this pagetype isEmptyA Reducer that outputs true if no input values are received, false otherwise.exampleconsole.log(Stream.of(1, 2, 3).reduce(Reducer.isEmpty))// => falseDefinitionisEmpty: Reducer<any, boolean>