Part 11. Zig Builtins
Zig has special built-in functions whose names start with @.
| Section | Title |
|---|---|
| 1 | Understanding @ Builtins |
| 2 | @import |
| 3 | @sizeOf |
| 4 | @alignOf |
| 5 | @Type |
| 6 | @typeInfo |
| 7 | @ptrCast |
| 8 | @bitCast |
| 9 | @memcpy |
| 10 | @intCast |
| 11 | @truncate |
| 12 | @floatCast |
| 13 | @panic |
| 14 | @compileError |
| 15 | @embedFile |
| 16 | Important Builtins in Zig 1.16 |