Skip to main content

Module map_windows

Module map_windows 

Source

Structsยง

Buffer ๐Ÿ”’
Buffer<T, N> is semantically [MaybeUninit<T>; 2 * N]. This helps reduce moves while iterating. However, due to limitations of const generics, we use this different type. Note that it has the same underlying memory layout.
MapWindowsInner ๐Ÿ”’
MapWindowsExperimental
An iterator over the mapped windows of another iterator.