About the Explain category
|
|
0
|
333
|
January 5, 2024
|
How does Zig compile generics so quickly?
|
|
5
|
70
|
September 13, 2025
|
@sizeOf anonymous type returns zero?
|
|
7
|
132
|
September 13, 2025
|
Best practices writing to stdout
|
|
14
|
5879
|
September 11, 2025
|
Callbacks in new async std.io interface
|
|
1
|
182
|
September 11, 2025
|
Understanding common std.Io.Reader/Writer mistakes (0.15.1)
|
|
18
|
661
|
September 10, 2025
|
Interface for readFileAlloc changed, can somebody please help me understand why?
|
|
2
|
210
|
September 8, 2025
|
Overview catch example, missing defer?
|
|
3
|
126
|
September 7, 2025
|
When a structure calls a method that requires `self` to be a pointer, the parameter is automatically and implicitly converted to a pointer. Are there any irreplaceable uses for this?
|
|
6
|
204
|
September 7, 2025
|
Is @alignCast necessary with @fieldParentPtr?
|
|
4
|
220
|
September 6, 2025
|
What is alignment?
|
|
21
|
590
|
September 5, 2025
|
Return from recursive loops using ?void
|
|
32
|
554
|
September 5, 2025
|
How does a PriorityQueue context work?
|
|
3
|
147
|
September 5, 2025
|
Json fieldparentptr of a bitfield
|
|
4
|
99
|
September 4, 2025
|
What does "-|" mean in zig?
|
|
3
|
242
|
September 4, 2025
|
`@fieldParentPtr()` is innocent; what is dangerous is modifying a local copy of a structure
|
|
5
|
280
|
September 3, 2025
|
Understanding the StaticStringMap implementation
|
|
4
|
160
|
September 2, 2025
|
Writing memory from different threads
|
|
3
|
116
|
September 1, 2025
|
Semantics of undefined and default field values
|
|
4
|
98
|
September 1, 2025
|
Status of packed unions?
|
|
9
|
219
|
September 1, 2025
|
Format tricks
|
|
7
|
215
|
August 31, 2025
|
Making my anytype interface more flexible
|
|
3
|
99
|
August 30, 2025
|
Why can't values of a struct containing function fields be run-time mutable?
|
|
24
|
378
|
August 30, 2025
|
Again... the error type
|
|
9
|
246
|
August 29, 2025
|
Zig 0.15.1 reader/writer: Don't make copies of @fieldParentPtr()-based interfaces
|
|
23
|
806
|
August 29, 2025
|
Comptime-known values passed to runtime function paramters, do they optimize?
|
|
11
|
427
|
August 28, 2025
|
Where are the @builtins defined?
|
|
2
|
153
|
August 28, 2025
|
Result location
|
|
4
|
170
|
August 28, 2025
|
PSA: `lhs == error.Typo` is not a compilation error
|
|
8
|
192
|
August 28, 2025
|
Trusting the optimization
|
|
10
|
368
|
August 27, 2025
|