Skip to main content

Module array_impl

Module array_impl 

Source

Structsยง

ArrayWindows
An iterator over all contiguous windows of the input iterator, producing arrays of a specific size.
ArrayWindowsInner ๐Ÿ”’
CircularArrayWindows
An iterator over all windows, wrapping back to the first elements when the window would otherwise exceed the length of the iterator, producing arrays of a specific size.
CircularArrayWindowsInner ๐Ÿ”’

Functionsยง

array_windows
circular_array_windows