mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-06 10:13:29 +02:00
added ex061 coercions
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
70c70
|
||||
< const my_letter: ??? = &letter;
|
||||
---
|
||||
> const my_letter: ?*[1]u8 = &letter;
|
||||
Reference in New Issue
Block a user