Search code examples
What is the better way to pass a hashmap as Argument in zig?...

function-callzig

Read More
How to safely cast integer in zig...

castingundefined-behaviorzig

Read More
Zig Operate on runtime known-Length array without allocator?...

sortingmemoryzig

Read More
zig maxValue of integer and float types...

zig

Read More
Instantiate struct that contains a non-pub type in Zig...

zig

Read More
Zig - Appending values to an ArrayList inside while loop override all values to the last entry fract...

loopsfilearraylistzig

Read More
What is the syntax for a for loop over an index with increment?...

zig

Read More
How to capture a single keystroke without hitting Enter...

terminalstdiozig

Read More
In Zig, what is the right way to iterate over the fields of an enum?...

enumszig

Read More
process.Child.spawn() fails to compile with "error: expected tuple or struct argument, found []...

zig

Read More
Error when generating struct field names using Zig comptime...

zig

Read More
How to objcopy a bin file as part of a Zig build script...

zig

Read More
How to create an empty slice of slices...

slicezig

Read More
How do I initialize a slice of slices in Zig?...

slicezig

Read More
Cannot memory-free strings from arbitrary-length array of strings...

arraysstringheap-memoryzig

Read More
How to format numbers with precision in strings when precision is only a runtime known value?...

string-formattingzig

Read More
How to do generics in a struct field in zig...

genericsstructzig

Read More
Get environment variable with default...

error-handlingzig

Read More
How to handle helper functions used in Zig tests?...

zig

Read More
Cast nested arrays to nested slices...

zig

Read More
I don't pub form zig and expected ',' after initializer...

zig

Read More
Zig `Segmentation fault at address` in Loop When Allocating and Copying Struct...

zig

Read More
is there a way to write stub functions in zig?...

zig

Read More
Field on struct being treated as Const in Zig...

zig

Read More
How to create an array variable and allocate it later in Zig?...

zig

Read More
@bitCast only accepting one argument while documentation lists two...

zig

Read More
Basics of Zig Console I/O...

iozig

Read More
Specify output directory and binary name to zig build-exe...

zig

Read More
Why are const pointers different to var pointers in Zig...

zig

Read More
String buffers and slices in Zig...

arraysstringbufferslicezig

Read More
BackNext