We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af0531 commit 2aa5f4fCopy full SHA for 2aa5f4f
src/iterator/iterator.zig
@@ -24,7 +24,7 @@ pub const U32Iterator = struct {
24
};
25
}
26
27
- self.index += 1;
+ self.index = i + 1;
28
return .{
29
.value = i,
30
.done = false,
0 commit comments