11 Commits (main)

Author SHA1 Message Date
Matthew Robinson 1ed03cf0a1 Fix formatting of comment 9 months ago
Matthew Robinson 1a001b9eb7 Correct comment to match code in 076_sentinels 9 months ago
Chris Boesch 7679f93f68 Converted var to const if there is no mutation in var.
This is checked from compiler version 0.12.0-dev.1664
10 months ago
Kim SHrier cc9f68c4e5 Add missing word "of" 1 year ago
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) {
3 years ago
Dave Gauer 4c7eebbbfc Removed confusing explanation from 076 3 years ago
Francisco Demartino af3fabd59b fix typo in 076 (sentinal -> sentinel) 3 years ago
Dave Gauer 03eb291d39 076 typo 3 years ago
Dave Gauer afc5f94a15 076 sentinels must be same type 3 years ago
Dave Gauer d4f5684450 Fix 076, add 077,078 sentinels and many-item pointers 3 years ago
Dave Gauer e9547cf808 add ex076 sentinels 3 years ago