Search code examples
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
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
zig maxValue of integer and float types...


zig

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


initializationmetaprogrammingzig

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


zig

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
How can I replace all instances of a character in a string in Zig?...


stringzig

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
Is it possible to determine if a string is literal or if it has to be freed?...


memorystring-literalszig

Read More
Are `std.debug.print()` calls removed in `ReleaseSafe` and `ReleaseFast` compilation modes?...


compiler-optimizationzig

Read More
Can I sprintf to an ArrayList in Zig?...


arraylistmemory-managementformatzig

Read More
Why am I getting an error when trying to allocate a perfectly fine ArrayList in Zig?...


heap-memoryzig

Read More
Am I supposed to free unused slice spaces in Zig?...


memory-managementmemory-leakszig

Read More
BackNext