About the Explain category
|
|
0
|
222
|
January 5, 2024
|
Build.zig and old linux joke
|
|
14
|
415
|
October 6, 2024
|
Inconsistent sizeOf vs bitSizeOf
|
|
7
|
92
|
October 5, 2024
|
Why Zig can't optimize out calls to `span` and `trim` here?
|
|
4
|
122
|
October 3, 2024
|
Cross-file semantic analysis in zls
|
|
9
|
370
|
October 2, 2024
|
What is cast discards const qualifier error
|
|
17
|
232
|
September 28, 2024
|
Zig Debugging with LLDB
|
|
3
|
677
|
September 27, 2024
|
Are sentinels only intended for null terminators?
|
|
6
|
819
|
September 25, 2024
|
Does zig.zon not support non zig based projects
|
|
3
|
157
|
September 24, 2024
|
@Vector best practices
|
|
6
|
229
|
September 24, 2024
|
Build.zig guide for static libraries created in C
|
|
8
|
170
|
September 21, 2024
|
Wrong sizes of extern/packed structs?
|
|
12
|
171
|
September 19, 2024
|
Would compiling or importing raw C-libraries perform any better under Zig?
|
|
4
|
321
|
September 19, 2024
|
Should I be avoiding circular imports?
|
|
8
|
338
|
September 16, 2024
|
How are Optional Slices Optimized?
|
|
9
|
207
|
September 16, 2024
|
What is the status of async with Zig?
|
|
58
|
1953
|
September 16, 2024
|
How much data is too much to pass around on the stack?
|
|
2
|
171
|
September 14, 2024
|
Run arbitary step whenever a module gets imported
|
|
1
|
78
|
September 13, 2024
|
Is there a way to kill/cancel a thread in Zig?
|
|
20
|
392
|
September 12, 2024
|
Gotchas when using a file as a struct?
|
|
2
|
269
|
September 12, 2024
|
AnyWriter/AnyReader vs anytype
|
|
16
|
433
|
September 12, 2024
|
Zig for C programmers guide?
|
|
33
|
579
|
September 8, 2024
|
Inquiry about 'for' loop syntax when using references
|
|
21
|
736
|
September 8, 2024
|
Diving deep into anonymous struct literals
|
|
15
|
1066
|
September 8, 2024
|
Advice/Best practices around using references vs values
|
|
7
|
227
|
September 6, 2024
|
Explanation of std.builtin.AtomicOrder Enumerations
|
|
2
|
83
|
September 5, 2024
|
Labeled blocks for dangling pointers?
|
|
4
|
93
|
September 2, 2024
|
Learning C interop and low-level concepts coming from high-level language background
|
|
3
|
125
|
August 30, 2024
|
Bitwise - Overtly set the 8th bit on a i8: Testing twoscompliment
|
|
7
|
150
|
August 29, 2024
|
What is the init pattern with self pointer
|
|
8
|
237
|
August 28, 2024
|