115 store kernel pairwise

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

x 0.7 v 0.7
x 2.8 v 1.8

Expected output

x 0.7 v 0.7
x 2.8 v 1.8

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: world, capacity: 8, source: x: f64, vx: f64, mass: f64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: world, source: x: 0.0, vx: 1.0, mass: 2.0)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: world, source: x: 1.0, vx: 2.0, mass: 3.0)
flow ~init click a branch to expand · @labels scroll to their anchor
init (expr: world, source: )
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: world)

Test Configuration

MUST_RUN