getty-zig / getty

A (de)serialization framework for Zig
https://getty.so
MIT License
183 stars 14 forks source link

chore: new cast builtin syntax #116

Closed Hanaasagi closed 1 year ago

Hanaasagi commented 1 year ago

Zig 0.11.0-dev.3853 has changed @***Cast syntax. The return value type could be inferred now. And the destination type parameter is removed from all cast builtins.

Doc: https://ziglang.org/documentation/master/#alignCast

ibokuri commented 1 year ago

Thanks!