Commit Graph

7 Commits

Author SHA1 Message Date
Dave Gauer f34b6aa024 Update sentinel type for v0.10.0
Fixes

.../076_sentinels.zig:95:30: error: incompatible types:
  'u32' and '?*const anyopaque':
    while (my_seq[i] != my_sentinel) {
2022-03-19 19:38:05 -04:00
Dave Gauer 4c7eebbbfc Removed confusing explanation from 076 2021-10-18 19:04:12 -04:00
Francisco Demartino af3fabd59b fix typo in 076 (sentinal -> sentinel) 2021-09-03 17:08:43 -03:00
Dave Gauer 03eb291d39 076 typo 2021-05-09 20:01:16 -04:00
Dave Gauer afc5f94a15 076 sentinels must be same type 2021-05-09 19:59:38 -04:00
Dave Gauer d4f5684450 Fix 076, add 077,078 sentinels and many-item pointers 2021-05-08 18:51:08 -04:00
Dave Gauer e9547cf808 add ex076 sentinels 2021-05-06 20:32:36 -04:00