zig-help
trying to use @call for tailcall optimization but i get this error
New User
compiling to dll
Answered
name mangling
Answered
[gpa] (err): Allocation size 4096 bytes does not match free size 2509.
Answered
Struct field cannot be assigned
Answered
Zig how to add another zig package/module?
trying to assign a function as field of a struct
Use Zig types with @cImported functions
performance between loop copy and @memcpy
New User
Answered
zig 0.11 JSON library: show invalid characters?
Relying on the full Linux headers
MultiArrayList using static arrays
parseInt InvalidCharacter
How to use *void from c fn in zig? (Type Issue)
how to use this function utf8ToUtf16LeStringLiteral ?
Answered
Whats the correct string format?
Answered
parseFromValue usage
New User
Standard Library
Answered
0.13.x
Zig equivalent to #ifdef NDEBUG
Answered
Are all comptime declerations in a comptime struct redundent?
How to add a zig package without compilation?
New User
Compiler
Answered
0.13.x
Is there a particular reason std.hash.Murmur* don't conform to the API of the other hash functions?
Copy compile options around
Answered
boolToInt gone?
Answered
0.13.x
Reading struct as a [*]u32?
Strategies for finding what is hitting `unreachable`
Getting a substring of a string?
New User
Answered
Would std.os.mmap work on Windows
Hi, I'm struggling with some unwanted const behavior.
Answered
Pointer to struct method
Using the new zig v0.11 JSON API / Memory deallocation
Answered
Deconstruct a returned struct into individual variables?
Handle a struct header with a variable body
where to install other zig libraries/dependencies?
Does anyone like `struct{S,T}` tuple syntax?
How does zig.zon work
Is conversion from @Vector(4, bool) to @Vector(4, u1) possible?
Does defer have an order?
New User
Answered
Stringify JSON has problems with allocator?
Standard Library
Compiler
Answered
0.13.x
reference counting?
Answered
initializing 2d array with tagged union elements
Answered
Difference between ?*const fn (usize) ?*anyopaque vs ?* fn (usize)
New User
Array parameter error expected type '[4]u8' found '[]u8'
New User
Answered
zig fmt: how run just to see changes (without making the changes)?
Answered
BADF: file descriptor goes bad after leaving scope
0.10.x
Standard Library
Answered
Pass linker args
why use ".{}"
Answered
ArrayLists created in a loop seem to share an allocator
New User
Answered
Making a scope timer
Answered
How can I initialize a runtime-length slice?
New User
Answered
Can someone help me with error: type 'u3' cannot represent integer value '16'
New User