zig-help
will these error messages be improved?
Iterating over a MultiArrayList
Hashless TypeMaps with comptime
New User
Guarantees around function argument mutability
0.11.x
Compiler
New User
What is currently to recommended profiler for windows?
Iterate string value in vga_text buffer sees nothing
how to set the type of a fn arg that is any Reader?
Answered
0.13.x
integer type to []const u8 (ascii string)
Answered
0.13.x
Learning Zig
set a unique jsonStringify for a union to print its active value
Can I get the memory from an `ArenaAllocator` as a slice?
Answered
Zig CC can't find dynamic libraries when building for another target?
Compiler
New User
How the largest SIMD size supported by arch?
0.11.x
New User
stack traces missing in debug build
Compiler
0.13.x
wasm component model bindings memory bug
Guidance needed on correctly implementing hash() and eql()
Standard Library
0.11.x
New User
how to use the custom format
New User
Answered
Books on learning Zigs
How to combine buffered reads with seeking in a file
Emitting u64 to a std.ArrayList(u8)
How can I check if a file exists in zig?
Answered
undeclared identifier on function
Get the "enum" of union
parse non-linear binary file format
IntCast that error instead of panicking ?
Answered
is it possible to @import comptime known string? Says it must be a string literal
How do I use a writer?
zeroInit for structs containing non-nullable pointers
comptime dereference requires '@TypeOf(null)' to have a well-defined layout, but it does not.
Why there is no c_uchar?
What is the typical way to install executables?
What is a const fn?
Answered
Can I force `build.zig` to emit a binary for tests?
realloc for slice?
Linking libc++ producing inconsistent results on x86_64 vs x86
generating docs
Answered
expected type 'u64', found 'f64' on calling @trunc
Faster hash
Mutable payload capture
Answered
zig array to c void pointer
Higher Order Functions
New User
how to get comptime args of function args?
Issue importing c header
Modules information
Cant append two slices.
Help me understand casting and field order in `packed struct`s
freeing string bytes, but cant free pointer/size crossing wasm boundary
Answered
Clone arbitrary struct
ArrayList with comptime type
Import outside of module