Hacker News new | ask | show | jobs
by c2xlZXB5Cg1 606 days ago
I'd go with for loop syntax:

    for (string, 0..) |character, index| {
        _ = character;
        _ = index;
    }