076 sentinels must be same type

pull/2/head
Dave Gauer 3 years ago
parent 4a379159a3
commit afc5f94a15

@ -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 {

Loading…
Cancel
Save