We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047bbec commit 7baffa3Copy full SHA for 7baffa3
1 file changed
exercises/078_sentinels3.zig
@@ -8,7 +8,7 @@
8
// Yes, we can. Zig's @ptrCast() builtin can do this. Check out
9
// the signature:
10
//
11
-// @ptrCast(comptime DestType: type, value: anytype) DestType
+// @ptrCast(value: anytype) anytype
12
13
// See if you can use it to solve the same many-item pointer
14
// problem, but without needing a length!
0 commit comments