About the Explain category
|
|
0
|
263
|
January 5, 2024
|
Help me understand some of `io.zig` in the standard library
|
|
5
|
132
|
February 21, 2025
|
Should a module link C libraries it depends on?
|
|
3
|
101
|
February 20, 2025
|
Taking a writer parameter versus returning a string
|
|
7
|
256
|
February 20, 2025
|
How does Zig handle multiplication?
|
|
7
|
455
|
February 19, 2025
|
When to use `@branchHint`?
|
|
7
|
222
|
February 18, 2025
|
Why doesn't zig have header files?
|
|
14
|
948
|
February 17, 2025
|
GPA is Dead. Long Live the Debug Allocator
|
|
8
|
697
|
February 17, 2025
|
Why is type coersion not transitive?
|
|
2
|
217
|
February 9, 2025
|
Is the return value of @cmpxchgWeak() accurate when a sporadic failure occurs?
|
|
4
|
104
|
February 9, 2025
|
Sockets with std.net in Zig 0.13.0
|
|
6
|
218
|
February 8, 2025
|
Is Zig deterministic across different targets?
|
|
2
|
209
|
February 5, 2025
|
Friction in programming language design
|
|
49
|
841
|
February 4, 2025
|
What is this .@"some_string" syntax?
|
|
11
|
296
|
February 4, 2025
|
What is the purpose of allowing the creation of undefined constants?
|
|
11
|
261
|
February 4, 2025
|
Comptime and struct default values
|
|
6
|
196
|
February 3, 2025
|
Order of fields in the `.Struct.fields` array
|
|
8
|
174
|
February 3, 2025
|
Debugging Zig (with a debugger)
|
|
27
|
1912
|
February 2, 2025
|
How does align work?
|
|
1
|
141
|
February 1, 2025
|
How to structure memory management and JSON parsing
|
|
5
|
100
|
February 1, 2025
|
MMIO access restriction using meta programming
|
|
8
|
209
|
January 27, 2025
|
What is the differnce between &array and array[0..]
|
|
14
|
527
|
January 27, 2025
|
Event loop for HTTP client?
|
|
12
|
300
|
January 26, 2025
|
Locking allocations
|
|
1
|
106
|
January 26, 2025
|
Zig async implementation
|
|
12
|
397
|
January 26, 2025
|
@compileLog and slices/arrays
|
|
1
|
71
|
January 25, 2025
|
How does 'zig fmt' work?
|
|
3
|
229
|
January 24, 2025
|
Dynamic linking without libc adventures
|
|
3
|
228
|
January 24, 2025
|
Hello Guys I am New
|
|
4
|
249
|
January 23, 2025
|
Why does the tag on my union(enum) take 16 bytes?
|
|
1
|
161
|
January 17, 2025
|