rename none to null

This commit is contained in:
2026-07-21 22:59:51 +02:00
parent 1619ea98a3
commit 402871ef7a
44 changed files with 3771 additions and 3767 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import "@std/io"
print func($format []u8, $Args type, args Args) void {
writer io.Writer :: io.Writer{
context = none,
context = null,
handle = io.Handle{ file_desc = c_int(io.Stream.stderr) },
write = write,
}