You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ziglings/patches/patches/076_sentinels.patch

9 lines
175 B
Diff

85c85
< for (???) |s| {
---
> for (my_seq) |s| {
97c97
< while (??? != my_sentinel) {
---
> while (my_seq[i] != my_sentinel) {