zig-help
is there a call to errdefer in the scope calculating the value for a GetOrPutResult?
comptime slice indexes returns pointer
why same line "fmt: off" moving?
Empty switch range
0.13.x
Problem with types: []u8 accepted in file.read() but not in RingBuffer.readFirst()
New User
how to create output directory in build.zig?
Build System
Answered
0.12.x
packed struct weird size
print comptime known format
take reader as parameter
New User
Answered
0.12.x
how to get file information
Answered
How to set values of variables in an application being built by zig build?
@fieldParentPtr increases pointer alignment
Zig 0.11.0 -> 0.12.0 not picking up linker script for Cortex M
how to assert pointer within range?
Question about Pointers in Ziglings
New User
Command lines arguments, can't iterate through them ?
New User
How to printf-debug a zig build?
Build System
Answered
Initialize Array with only some indices
New User
Answered
0.12.x
Global variable / identifier from comptime string
Answered
any patterns for specializing a generic type?
Converting `std.mem.Allocator` to `nk_allocator` (Nuklear)
@cmpxchg documentation... wrong?
Are constants computed with comptime_float guaranteed to be bit-identical for each compile target?
Weird error during Fn init
Re-indexing for loop while it is running
New User
Getting a local variable is never mutated error
Answered
Blocking operations
New User
When would I need bare union instead of tagged union?
Answered
`Allocator` functions requiring comptime alignment & C interop
Standard Library
Arrays allocation
New User
Generating 100x random number during compile time?
Standard Library
New User
0.12.x
How to format using a custom writer
0.12.x
I don't understand why this loop would panic
New User
Answered
0.12.x
Handling an error by panicing
0.12.x
build.zig bug in either my code or master
Making an error file
0.12.x
How to type hint GenericReader?
Answered
Can't build zig nasm on windows
tagged union field assignment
Answered
Is it possible to give the compile process an output directory?
Answered
how to use `std.zip` to list contents of Zip file
Parsing CSS file and space still coming despite checking against it
New User
how do I use the new std.zip
Make a program able to also compile Zig code
Answered
Can you not print booleans? I'm so confused.
Answered
Get function identifier to use
0.12.x
Unexpected behavior on iterating a []const u8 slice
Memory allocation and arrays of struct !
New User
Is assignment destructuring allowed?
Answered
How to do an OR or AND statement in Zig
New User