Function that accepts array of any length - is it a thing?
|
|
22
|
431
|
October 6, 2025
|
Why are c_int and similar builtin types?
|
|
6
|
282
|
September 22, 2025
|
Setting a field that may not exist based on comptime condition
|
|
2
|
97
|
September 11, 2025
|
Function pointers with array return type of comptime known size
|
|
10
|
162
|
September 7, 2025
|
Comptime-known values passed to runtime function paramters, do they optimize?
|
|
11
|
430
|
August 28, 2025
|
Zig comptime for C projects using CMake
|
|
4
|
354
|
August 24, 2025
|
Type id comptime generation
|
|
6
|
176
|
August 9, 2025
|
Is there a way to spread/destructure a variable number of enum elements into switch prongs?
|
|
2
|
103
|
August 1, 2025
|
Pre-comptime collection of "distributed enumeration"?
|
|
3
|
194
|
July 29, 2025
|
Why can't I loop through struct fields with runtime loop?
|
|
6
|
504
|
July 25, 2025
|
Converting a string to a bare enum
|
|
5
|
207
|
July 18, 2025
|
Working with strings in array... "unable to resolve comptime value"
|
|
4
|
851
|
July 11, 2025
|
Comptime function call counting
|
|
1
|
115
|
July 7, 2025
|
Generic function call or generic function wrapper
|
|
5
|
102
|
July 5, 2025
|
Comptime commandline builder
|
|
5
|
132
|
July 3, 2025
|
Comptime var behavior within defer
|
|
12
|
263
|
June 18, 2025
|
A Nanopass framework for Zig
|
|
3
|
197
|
June 12, 2025
|
Is there a way to improve LSP for comptime types?
|
|
4
|
248
|
June 12, 2025
|
Difference between comptime T: type and T: type in function parameters?
|
|
4
|
172
|
May 23, 2025
|
Implementing a Struct of Arrays (C++26 compared to Zig)
|
|
4
|
254
|
May 6, 2025
|
Comptime system calls
|
|
6
|
237
|
April 29, 2025
|
How do I view the results of comptime expansion?
|
|
8
|
173
|
April 25, 2025
|
Proposal : builtin @assert() One assert to rule them all
|
|
17
|
687
|
April 22, 2025
|
User-friendlines of `anytype`
|
|
1
|
275
|
April 3, 2025
|
Unable to evaluate comptime expression in if statement error
|
|
2
|
72
|
April 2, 2025
|
Should I rather use comptime struct fields or parametric type constant
|
|
3
|
209
|
March 29, 2025
|
Placement of @setEvalBranchQuota
|
|
3
|
209
|
March 25, 2025
|
How to detect at comptime an struct field that is default initialized to undefined?
|
|
11
|
250
|
March 15, 2025
|
Is it possible to create a list of concrete compiled types at comptime?
|
|
3
|
141
|
March 12, 2025
|
Question about comptime evaluation of functions
|
|
9
|
237
|
March 3, 2025
|