mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
small iterator tweak
This commit is contained in:
@@ -24,7 +24,7 @@ pub const U32Iterator = struct {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
self.index += 1;
|
self.index = i + 1;
|
||||||
return .{
|
return .{
|
||||||
.value = i,
|
.value = i,
|
||||||
.done = false,
|
.done = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user