You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In zig v0.16.0, File has been moved from std.fs to std.Io.1 Also, writer() now takes three arguments instead of two (implicit file, Io (new), and buffer)2
particularly important in chapter 1 (i've not gotten any further)
In zig v0.16.0,
Filehas been moved fromstd.fstostd.Io.1 Also,writer()now takes three arguments instead of two (implicit file, Io (new), and buffer)2particularly important in chapter 1 (i've not gotten any further)
Footnotes
https://ziglang.org/documentation/master/std/#std.Io.File ↩
https://ziglang.org/documentation/master/std/#std.Io.File.writer ↩