zig-help
Comptime slice length
0.13.x
Why is @sizeOf(*void) > 0?
Answered
build.zig: private step?
Answered
Using an iterator over strings but keeping a pointer to the previous string
does ZLS work with modules?
Answered
Zig attempting external function calls during comptime
Answered
Link to static library file
Is it this method for toggling debug mode ok?
SegFault when trying to create python module in Zig using the C API
New User
Answered
0.13.x
Simple question about `error.` in testing
getEmittedDoc for Modules
Answered
Easiest way to sort an ArrayList of struct based on a field?
0.13.x
Memmove equivalent in zig?
New User
Answered
0.13.x
Declaring a Module for the buildsystem itself
How to make a function take an array of numbers no matter the sign and size?
Answered
Question about bare union docs:
Answered
0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFF
Answered
Using `std.fmt.parseInt()` on a variable length string
read/write array of f64 to a file raw
complex deinit patterns
Understanding allocator.free
Answered
zig web frontend
compare string array
comptime type evaluation error
New User
Compiler
Answered
0.13.x
Problem with alloc function
push variable amount of items to tuple?
std.builtin.os.tag missing in 0.13.0?
Answered
Implicit Comptime in Array Docs?
0.14.x
New User
Answered
Clean up or get warnings about unused imports?
How to include mach/mach_vm.h on macOS
Build System
New User
Answered
0.13.x
Why does my generated ELF says it needs libc.so and not libc.so.6 ?
Answered
Generating Zig modules with std.zig.Ast vs templates
Standard Library
Answered
0.12.x
Is there a way to pass a union case as a parameter to a function?
0.14.x
New User
Answered
How can I take in a const string as argument?
Answered
Error in assigning handler function for std.posix.Sigaction
Answered
0.13.x
@ptrCast between slices changing the length
Answered
libSystem.tbd missing on macos in zig lib
Build System
New User
Answered
0.13.x
How can I get zon working with linenoize
Build System
New User
0.12.x
Can't get debug with Codelldb to work properly in vscode on windows
Help with proper `@ptrCast/@alignCast` usage
0.14.x
Compiler
Answered
thread 86597 panic: Option 'target' declared twice
Build System
Answered
0.13.x
Why is std.mem.Allocator a fat pointer?
Answered
How to write ArrayList to BufferedWriter?
Updated Resources on Zig Concurrecny/Paralellism?
Bug with addInstallDirectory and getEmittedAsm?
Build System
Answered
How to check for single tagged untion type?
Answered
Custom free method?
Answered
Kate and Zig
Answered
[solved] Pretty print an object and its fields with indentation
How to sort AutoHashMap?