069 store sweep row ordinal

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

row 0 = 10
row 1 = 20
row 2 = 30

Expected output

row 0 = 10
row 1 = 20
row 2 = 30

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: items, capacity: 8, source: v: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: items, source: v: 10)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: items, source: v: 20)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: items, source: v: 30)
flow ~for click a branch to expand · @labels scroll to their anchor
for (0..1)

Test Configuration

MUST_RUN