zig-help
return anonymous `struct` declared in function definition
`zls` doesn't infer the types sometimes?
Function to copy everything from a reader to a writer
Answered
Live feedback with `zls` in `vscode`
Allocating Stack memory
Standard Library
how to use gl.DrawElements of zgl
Answered
Confusion about storing buffered writers in a struct
zig way for env vars
attempted static link of dynamic object
Compiler
General Opacity Question
wasm shared memory
user input to a null terminated string
sizeOf optional types
zlib stream writer
cant compare strings
Why doesn't [*][*]T coerce to [*c][*c]T?
Extract Union value by tag?
New User
Generic Reader in struct
convert []const u8 to []u8?
Standard Library
New User
Get absolute path of file
can the call intrinsic take a comptime parameter?
Answered
`Incomplete symbol table` when linking a Golang static library built for macOS
get current timestamp at build time
How can I setup a callback when thread is destroyed?
ub from iterating over undefined array?
Is there any good reason to use std.Atomic over the builtin?
Iterating Over HashMap to Free Keys
Help logging allocation error
Using a SplitIterator as a function parameter
method expects wrong args
Is there a way to find the original index from a slice?
embedFile requires known size?
Why comptime function produces a runtime value?
How to debug a comptime function?
Why does the Allocator interface require the size of the memory block to free it?
Zig equivalent of C99's designation initializer
Zig build - How to find library Path?
raw string literals?
Does Zig ship other system libraries than libc?
Compiler
New User
`Allocator.allocBytes` gone?
Standard Library
Async function crashes with interface
`std.debug.print` is changing my `fmt` string?
stack memory
idiomatic zig way
Suggested way to cross-compile for Termux on Android?
Program crashed when reading file with [1] 54755 illegal hardware instruction
Issue with const stuff
Debugging on Windows
Answered
intToFloat doesn't work on a vector of integers
Cast array of vectors into an array of the vector's underlying type