How can a slice be owned? When a slice is essentially a pointer (with a length)
|
|
2
|
86
|
November 21, 2024
|
Flat Memory Model Tree Search Brainstorm (scrabble)
|
|
8
|
126
|
November 20, 2024
|
Select correct field in union of struct types
|
|
1
|
69
|
November 20, 2024
|
Is there a similar syntax for enum types?
|
|
2
|
88
|
November 20, 2024
|
Generics and functions
|
|
4
|
145
|
November 19, 2024
|
How to create an immutable map at compile time
|
|
23
|
554
|
November 19, 2024
|
Void vs {}
|
|
2
|
158
|
November 19, 2024
|
Difference between anytype and type
|
|
16
|
429
|
November 18, 2024
|
Confusion about comptime structs
|
|
14
|
96
|
November 18, 2024
|
Calling extern functions at comptime
|
|
5
|
114
|
November 17, 2024
|
New to Zig. Having issues understanding the compiler warnings. (Error handling and function returns)
|
|
12
|
123
|
November 17, 2024
|
A VM bytecode interpreter for EduScript, an educational language
|
|
6
|
164
|
November 16, 2024
|
Read and extract a directory listing and sort them
|
|
0
|
64
|
November 16, 2024
|
Un-modified mutable function argument should be a compile error
|
|
10
|
291
|
November 16, 2024
|
Early return when null
|
|
3
|
113
|
November 16, 2024
|
Zig-to-Zig Dynamic Libraries/Modules
|
|
35
|
482
|
November 16, 2024
|
What output do you think this has, and what do you think it should have / wish it had?
|
|
19
|
149
|
November 15, 2024
|
Zig compiler optimisation in action
|
|
3
|
225
|
November 15, 2024
|
Adding a signed integer to an unsigned integer
|
|
16
|
419
|
November 15, 2024
|
How to handle function pointers with unknown signature?
|
|
3
|
144
|
November 14, 2024
|
How do I fuzz something?
|
|
3
|
132
|
November 14, 2024
|
Payload pointer capture and struct method
|
|
2
|
88
|
November 14, 2024
|
Need help getting zls working in CLion IDE
|
|
0
|
62
|
November 14, 2024
|
Having trouble setting up and building zls 0.13.0
|
|
2
|
66
|
November 13, 2024
|
How to cast []const u8 to []u8
|
|
2
|
156
|
November 13, 2024
|
File upload server in zig with parallel chunk processing
|
|
1
|
125
|
November 13, 2024
|
Is there a way to import directly to the file without adding a constant?
|
|
9
|
194
|
November 12, 2024
|
Why BufferedReader
|
|
10
|
327
|
November 12, 2024
|
Fast quick and dirty screen test
|
|
8
|
141
|
November 12, 2024
|
How to determine if anytype is std.ArrayList?
|
|
1
|
108
|
November 12, 2024
|