{ var it = a.getSomeIterable(); while (it.next()) |item| { ... } } { var it = b.getSomeIterable(); while (it.next()) |item| { ... } }