zig note
zig note
zig note
01breaking changes !02その他のエラー03.{} 無名リテラル, デフォルト値, anytype(tuple)04`0.13` for, while 文05命名規則など06フォーマッター: zig fmt07struct08optional orelse & error catch09関数: 関数仮引数は const10関数: array は struct 扱い11関数: 関数ポインター12`v0.13` 関数の引数から返り値の型を決める13単複pointer, slice, array, sentinel, optional14allocator15文字列: []const u816Runtime polymorphism17型変換18std: ArrayList19std.HashMap20writer21std.log22comptime: TypeInfo23duck typing24std: json25Cとの連携26test27@cImport と zig translate-c28`v0.13` async: suspend, resume29std.zig.parse: ast30Iterator31コマンドライン引き数
Chapter 20

writer

ousttrue
ousttrue
2022.08.05に更新