ziglings/patches/patches/076_sentinels.patch

9 lines
175 B
Diff
Raw Normal View History

85c84
2021-05-06 20:32:36 -04:00
< for (???) |s| {
---
> for (my_seq) |s| {
97c96
2021-05-06 20:32:36 -04:00
< while (??? != my_sentinel) {
---
> while (my_seq[i] != my_sentinel) {