zig-help
a string of `"yo!"` somehow turned into a string of `s = "` ??
New User
Standard Library
Answered
0.13.x
If you pass an allocator from ArenaAllocator into ArrayList, should you still deinit the ArrayList?
arraylist is seemingly cleared for no reason
New User
Answered
arithmetic on type to generate new type?
Answered
Is this a good way to unwrap/unnest invalid state?
Answered
@cImport trouble
New User
Is there way to run function on module import?
error: unable to find zig installation directory
0.14.x
Why does std.Thread.Pool.init() take *Pool?
Answered
Issue with structs and allocator
New User
Overriding `help` option in Cova
Answered
0.13.x
does zig have arctan anywhere?
Answered
Small Code Review
New User
JSON : thread 1 panic: access of union field 'array' while field 'object' is active
Answered
0.13.x
appending to a linked list elements from array
Does zig automatically inline switch cases if the operand is comptime known?
Answered
Attempt to cast negative value to unsigned integer
Answered
Release multiple StringHashMap in an array
Answered
is the last item address of a slice a valid one?
error: expected type '[]u8', found '*const [11:0]u8'
Parsing XML
type checking
How to parsed json?
New User
Struct methods cannot use struct name as parameter in test section
Answered
Truncated file size string?
Out of bounds error on initialized 2D ArrayList
Answered
Getting pointer to last elem of `std.ArrayList`
Merge sort using memcpy
Answered
Redirect Error
Answered
Comptime array with multiple types
Compiler
New User
0.13.x
Zig Build Project Structure
Build System
New User
0.13.x
Question about interfaces
New User
Answered
std.net and evented network code
Standard Library
Answered
0.13.x
Funny error
Answered
distinct types, or can we only use structs?
can build.zig replace cmake?
What's the secret sauce?
New User
Answered
how to correctly distinguish errors?
Sort custom struct in StringArrayHashMap
Standard Library
Answered
0.13.x
Capture value in anonymous function
VSCode extension. zls: panic: reached unreachable code
New User
Answered
0.13.x
FreeBSD stdlib headers not found
Answered
Incorrect alignment when casting [x]u8 to *u16 when x is an odd number in a struct
New User
Answered
0.13.x
code review?
panic on pop with ArrayList
New User
Code Review & Best Practices
Answered
using namespace
Vulkan drivers overwriting a stack value?
0.12.x
tagged union field access issue
Answered
Segmentation fault when building zig from source
New User