Skip to content

Conversation

@sassman
Copy link
Member

@sassman sassman commented Dec 10, 2025

my very custom iterator bases solution:

let g = grid();

for (x, y, c) in g.paperolls() {
    println!("({x}, {y}) = {c}");
}

assert_eq!(g.paperolls().count(), 13);

Signed-off-by: Sven Kanoldt <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants