rename none to null

This commit is contained in:
2026-07-22 00:48:44 +02:00
parent 979a8e5f07
commit 77696e19c9
9 changed files with 20 additions and 19 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,
}