···1010Buffers emissions from an outer source and emits a buffer array of items every time an
1111inner source (notifier) emits.
12121313-This operator can be used to group values into a arrays on a source. The emitted values will
1313+This operator can be used to group values from a source into an array. The emitted values will
1414be sent when a notifier fires and will be arrays of all items before the notification event.
15151616In combination with `interval` this can be used to group values in chunks regularly.