Proposal : builtin @assert() One assert to rule them all
|
|
16
|
323
|
April 20, 2025
|
User-friendlines of `anytype`
|
|
1
|
213
|
April 3, 2025
|
Unable to evaluate comptime expression in if statement error
|
|
2
|
60
|
April 2, 2025
|
Should I rather use comptime struct fields or parametric type constant
|
|
3
|
201
|
March 29, 2025
|
Placement of @setEvalBranchQuota
|
|
3
|
165
|
March 25, 2025
|
How to detect at comptime an struct field that is default initialized to undefined?
|
|
11
|
218
|
March 15, 2025
|
Is it possible to create a list of concrete compiled types at comptime?
|
|
3
|
135
|
March 12, 2025
|
Question about comptime evaluation of functions
|
|
9
|
220
|
March 3, 2025
|
Notification framework query
|
|
0
|
120
|
February 23, 2025
|
How do you generate struct fields at comptime with struct functions?
|
|
3
|
254
|
February 7, 2025
|
enums.directEnumArrayDefault, using null as default value
|
|
4
|
73
|
January 26, 2025
|
Need help and Suggestions Idiomatic Way of serialize/deserialize json accross the network TCP
|
|
3
|
172
|
January 27, 2025
|
Inferring key/value types of a map
|
|
2
|
73
|
January 24, 2025
|
Tuple with similarly-typed elements: How to call function on arbitrary element?
|
|
2
|
135
|
January 20, 2025
|
Better understanding of comptime and loop unrolling
|
|
2
|
118
|
January 17, 2025
|
Zig's Comptime Is Bonkers Good
|
|
13
|
1077
|
January 12, 2025
|
Ideas wanted for creating types in comptime
|
|
2
|
208
|
January 9, 2025
|
How to check if a pointer is a single item or multi-item pointer to determine whether to call .free or .destroy
|
|
1
|
102
|
January 3, 2025
|
String Operations at comptime: convert @embedFile(windows_file) to unix_file
|
|
9
|
209
|
December 23, 2024
|
Proper way to cast comptime data to `anyopaque`
|
|
6
|
251
|
December 13, 2024
|
Runtime argument prevents comptime evaluation even if unused
|
|
3
|
107
|
December 11, 2024
|
Comptime code block selection
|
|
8
|
145
|
December 10, 2024
|
Deserializing tagged JSON objects with metaprogramming
|
|
8
|
284
|
December 5, 2024
|
Confused on changing values in a struct
|
|
3
|
218
|
November 5, 2024
|
Generic clone function
|
|
7
|
226
|
October 30, 2024
|
"Undefined value" error in comptime mathematics
|
|
7
|
155
|
October 21, 2024
|
Advanced use of comptime: Tagged Union Subsets
|
|
5
|
478
|
October 14, 2024
|
Error when generating struct field names using Zig comptime
|
|
8
|
250
|
October 11, 2024
|
Split the line by delimiter to get spesific column in csv file
|
|
3
|
119
|
October 2, 2024
|
Is it possible to check the type of a field of a comptime struct?
|
|
1
|
103
|
September 26, 2024
|