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
Inner ๐ - MapWindows
Experimental - An iterator over the mapped windows of another iterator.