@rimbu/streamReducer (namespace)countOn this pagetype countA Reducer that remembers the amount of input items provided.exampleconst stream = Stream.range({ amount: 10 })console.log(stream.reduce(Reducer.count))// => 10Definitioncount: Reducer<any, number>