Why BufferedReader
|
|
10
|
394
|
November 12, 2024
|
Why this code doesn't work anymore in master/0.14?
|
|
5
|
252
|
November 11, 2024
|
Experience: use |*v| capture instead of |v| if @fieldParentPtr operates on v
|
|
0
|
91
|
November 9, 2024
|
My false expectation about fn that returns an opt type
|
|
7
|
130
|
November 9, 2024
|
Packed struct too big / uninitialized
|
|
10
|
152
|
November 9, 2024
|
Why use `@import("root")`?
|
|
3
|
181
|
November 8, 2024
|
PRO will go
|
|
2
|
193
|
November 5, 2024
|
Is a ``zig lsp`` feasible?
|
|
2
|
231
|
November 4, 2024
|
"Avoid local maximums"
|
|
3
|
175
|
November 4, 2024
|
When exactly does it becomes illegal to have fields after decls?
|
|
2
|
129
|
November 3, 2024
|
What is cast discards const qualifier error
|
|
24
|
757
|
November 3, 2024
|
Why no error on pointless discard of `void`?
|
|
5
|
151
|
November 3, 2024
|
Zig Debugging with LLDB
|
|
9
|
1457
|
October 30, 2024
|
Diving deep into anonymous struct literals
|
|
16
|
1445
|
October 27, 2024
|
Clarifications on function pointers
|
|
3
|
155
|
October 25, 2024
|
Signature of an executable's `main` function
|
|
1
|
137
|
October 20, 2024
|
Why does calling std.posix.getrandom throw error?
|
|
12
|
119
|
October 20, 2024
|
The purpose of (not) returning noreturn
|
|
3
|
276
|
October 20, 2024
|
Zig for web backend services
|
|
4
|
359
|
October 18, 2024
|
The impact of async (non-blocking I/O) on network services
|
|
4
|
201
|
October 17, 2024
|
Unified memory models and AddressSpace
|
|
8
|
121
|
October 15, 2024
|
Trouble understanding how Zig is faster than C and C++
|
|
19
|
543
|
October 15, 2024
|
`usingnamespace` not possible in current file scope/namespace?
|
|
2
|
115
|
October 14, 2024
|
Why do the builtin functions exist(@memcopy etc)?
|
|
8
|
439
|
October 10, 2024
|
Build.zig and old linux joke
|
|
25
|
947
|
October 9, 2024
|
Need Help Understanding the fields of Zig std.builtin.Type
|
|
1
|
181
|
October 9, 2024
|
Defining numeric types
|
|
1
|
98
|
October 7, 2024
|
Inconsistent sizeOf vs bitSizeOf
|
|
7
|
130
|
October 5, 2024
|
Why Zig can't optimize out calls to `span` and `trim` here?
|
|
4
|
164
|
October 3, 2024
|
Cross-file semantic analysis in zls
|
|
9
|
386
|
October 2, 2024
|