reverse
Reverses the event order.
reverse
Description
Section titled “Description”reverse
is a shorthand notation for slice stride=-1
.
Examples
Section titled “Examples”Reverse a stream of events
Section titled “Reverse a stream of events”from {x: 1}, {x: 2}, {x: 3}reverse
{x: 3}{x: 2}{x: 1}