Search code examples
How to change the local cache directory for the zig build system?...


builddirectoryzig

Read More
How to create a Struct with an array-typed field in Zig?...


zig

Read More
How to idiomatically return an accumulated slice/array from a Zig function...


zig

Read More
How can I write a Zig function that can accept and return strings?...


arraysstringzig

Read More
zig allocators dont need dealloc?...


memory-leakszig

Read More
How to determine types of Reader and Writer instances in Zig?...


typeszig

Read More
error: type capture contains reference to comptime var...


zig

Read More
Why does StringHashMap.put in Zig give "expected type 'usize', found 'error{OutOfMe...


return-typezig

Read More
How to get length of C string in Zig...


zig

Read More
How can I parse an integer from a string in Zig?...


stringintegerzig

Read More
How do you return a value from a switch statement's matched case code block in zig?...


switch-statementzig

Read More
How to read a file to a byte array in Zig...


fileiozig

Read More
Zig convert std.os.argv to C type argv...


cpointerscommand-line-argumentszig

Read More
How to read command line arguments in Zig?...


command-line-argumentszig

Read More
How do I get the full path of a `std.fs.Dir`?...


zig

Read More
How do I split a string in zig by a specific character?...


splitzig

Read More
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
BackNext