concurrency.stream.slide

Undocumented in source.

Members

Functions

slide
auto slide(Stream stream, size_t window, size_t step)

slides a window over a stream, emitting all items in the window as an array. The array is reused so you must duplicate if you want to access it beyond the stream.

Templates

SlideStreamOp
template SlideStreamOp(Stream)
Undocumented in source.

Meta