Module map_windows
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. - MapWindows An iterator over the mapped windows of another iterator.
- MapWindowsInner