zig-help
creating a generic type and restricting its inputs
New User
Answered
Assigning default value in catch block
Standard Library
master
New User
Answered
[CODE 👏 REVIEW 👏] Redesigning around error unions
New User
zig cc on library using __DATE__ and __TIME__
master
Build System
Compiler
Parse string to std.json
Standard Library
Answered
seekTo confusion
Standard Library
master
Answered
How do I use `std.Thread.pool` in Zig?
Standard Library
master
interesting buffer-related error
Standard Library
master
New User
Why it's giving memory leak error at create?
Answered
How do i construct a non-exhaustive enum?
Answered
Is there any efficient way to do this?
Answered
Why Managed Memory pool is deprecated?
Answered
Weird behavior of SIMD functions using cImport
Is there an updated version of "zig cc: a Powerful Drop-In Replacement for GCC/Clang" ?
Where to find Dokumentation about std.Io
Answered
ArrayList pointers invalidation - how to handle?
New User
Is there any way to define a function type, then create functions according to that type?
Answered
Is it possible to switch on whether an argument is comptime known?
Answered
How to design api around std.Io.Reader and std.Io.Writer
master
Answered
Is this a recursive struct?
Compiler
New User
Answered
Understanding std.Io.Reader.fillMore
Standard Library
master
Answered
Optional Dependencies & Features
Working on a tui library in Zig
Standard Library
New User
Runtime tuple construction (or some other iterable)?
master
Copy shared library files (.dll, .dylib, .so) into test directory
Build System
Answered
How people develop these actually? Like how do they start?
Why isn't my code printing anything?
unable to resolve comptime value
New User
Answered
Size of `asm volatile` output different based on release mode.
Include Windows.h in a MSVC zig program
Answered
Why doesn't this work? Variable definition to the last line without a semicolon in if statement
Answered
Test inside loop
Answered
What is the current way to do C's negative array index in zig?
master
Compiler
New User
Answered
Customise error return trace handling
Answered
Can you explain me this error?
master
Compiler
New User
Answered
zig fmt rules file?
New User
Answered
Error naming conventions in Zig
Selecting non existent error variants
New User
Answered
"interface" for Io vs Allocator
Answered
What are my options (pun intended) - unwrapping multiple optionals
Second read of http stream returning 0 bytes?
New User
Help with designing multithreading
master
Answered
struct as enum?
Standard Library
Answered
accessing elements in ArrayHashMap using index
Standard Library
New User
Answered
Codegen optimization of de-facto equal generic types
How to correctly access StringHashMap
Standard Library
master
New User
Segfault on std.array_list.append
master
New User
Answered
Init with an allocator and deinit with another.
Answered
best way to set/read struct field values from user ascii commands
Answered
build on save do not work