Search code examples
Why is my (heap allocated) buffer not being written to in zig...

arraysheap-memoryzig

Read More
Generation of types in zig...

zig

Read More
error: expected type '[]u8', found '[]const u8'...

zig

Read More
iterate over multi dimensional array passed into function...

zig

Read More
Correct BigInt Fibonacci Implementation in Zig Lang...

memorybigintegerallocatorzig

Read More
declare and type of array of tuples all of the same form but known at comptime...

zig

Read More
compiler error with calling type method that takes empty context...

zig

Read More
How can I "simulate" the behaviour of a C macro in Zig, with an operator passed as a macro...

zig

Read More
Type of ArrayList in Zig...

listarraylistzig

Read More
Zig slice of sentinel-terminated array excluding all trailing sentinels...

arraysslicesentinelzig

Read More
Pointer to array, returning an array in Zig...

arrayspointerszig

Read More
zig std.mem.indexOf modifies []const u8...

zig

Read More
How do I build a path relative to the exe in zig?...

pathzig

Read More
Casting in Zig (like usize to i32 and more)...

castingzig

Read More
Why does `std.meta.stringToEnum` using identical input fail in one context but not another?...

zig

Read More
Zig - Initializing a slice literal of union enum...

initializationsliceunionsliteralszig

Read More
Get the maximum value of any Zig hash map...

zig

Read More
How to free keys of StringHashMap?...

zig

Read More
Create a HashMap with a Key of Struct with Slices in Zig...

zig

Read More
How can I initialize a union(enum) given a comptime string specifying the member in Zig?...

initializationmetaprogrammingzig

Read More
Is there a way to initialize an array or slice of bytes to zeroes in Zig?...

arraysbyteslicezerozig

Read More
What is the type of `std.io.getStdOut().writer();` in zig?...

writerzig

Read More
compile CPython extension written in Zig on Windows...

windowsvisual-c++cpythonzig

Read More
How can I programmatically retrieve the version of Zig?...

versionzig

Read More
How do you configure meson to use the zig cc or zig c++ compiler in a build environment for compilin...

c++cmeson-buildzig

Read More
Parsing JSON in Zig fails...

jsonhttpzig

Read More
Convert CFArray to pointer...

pointersobjective-c-runtimemacos-carbonzig

Read More
How to create arrays during compile time in zig...

zig

Read More
How Can I Specify an Allocator at Comptime in Zig?...

compile-timeallocatorzig

Read More
How to declare a multiline string in Zig?...

stringmultilinestring-literalszig

Read More
BackNext