076 sentinels must be same type

This commit is contained in:
Dave Gauer 2021-05-09 19:59:38 -04:00
parent 4a379159a3
commit afc5f94a15

View file

@ -35,6 +35,9 @@
// many-item pointer without knowing its length. (We CAN'T do
// that with regular many-item pointers!).
//
// Important: the sentinel value must be of the same type as the
// data being termined!
//
const print = @import("std").debug.print;
pub fn main() void {