ziglings/patches/patches/076_sentinels.patch
2021-06-14 11:52:22 -04:00

8 lines
175 B
Diff

86c86
< for (???) |s| {
---
> for (my_seq) |s| {
98c98
< while (??? != my_sentinel) {
---
> while (my_seq[i] != my_sentinel) {