zig-help
How to iterate over ArrayList in a for loop?
Answered
Convert []u8 into [32]u8
Answered
Is there a place to get general code reviews?
Unable to call function inside of Generic struct
New User
Answered
How to make struct have field & initialization only when a build option is enabled?
Answered
Using allocators
New User
Answered
API design patterns: opaque or exposed?
Answered
inspect assembly
Use of ptrCast and align(1) to access u32 integer from an array of bytes
Answered
How to reuse a `FixedBufferAllocator`?
Segmentation fault when using threadlocal ArenaAllocator in Testing
Standard Library
Answered
C pointers coercion rules
Answered
error: ld.lld: undefined symbol: __modei4
Using `@fieldParentPtr` to get a struct from an active union field?
Answered
Returning a struct with different methods (based on option)... but also would have a common method?
Is there a standard library data structure to turn a statically sized array into a stack?
Answered
Best way to investigate `segmentation fault`?
How to define a function type?
Why use `@This()` or `Self`?
Answered
trying to use the inline assembly
`comptime` compile error
Answered
How does linkLibCpp() work?
WASM memory management
Zen: Point 3 v. Point 10
Answered
Generic bucket to hold different things
Answered
Error code 5, no explanation
compiling my zig project to armv7l
Out-of-bound error not reflected in return type?
Compile Error trying to call setColor()
Standard Library
New User
how to make this less ugly
Check if type is integer
New User
Answered
Linux syscall not found
Standard Library
Passing Arrays and Slices to Functions
Answered
switch on float number ?
Answered
WASI Preopens
Standard Library
Compiler
New User
Answered
Difference between `comptime x: i32` and `const x: comptime_int`
Answered
slower with more threads
What's the difference between an array and an array pointer?
queue that blocks thread when empty
Comptime to enumerate return types?
Can you coerce a []T to a [N]T
type-casting std.meta.cast
callback function args, callback?
Answered
Linking napi symbols on Windows
New User
Answered
Testing I/O
Cross-compiling using LLVM and GTK blobs
New User
Answered
How does `std.mem.split` return `SplitIterator(T)`?
How does `*const [N:0]u8` get treated as `[]const T`?
Install/build zig with bootstrap on linux
Recursive error compiling
Answered