zig-help
Curious about possible optimization
Pointer arithmetic
Answered
Trying out Zig
Compiler
New User
0.13.x
Error Unions & FFI
Making Zig generate C header files
New User
Making a generic function callback
Can the stdlib sort a slice of types?
Answered
can std.mem.bytesToValue read directly from big array or slice?
What does "@TypeOf(.literal)" mean?
Understanding integer casting & choice of integer types
Answered
QR code
rust format! in zig
realpathZ usage
0.11.x
how do I convert a slice to an array?
zig determine that os info
Creating Base64
writing documentation for functions
http client stucks in release mode
0.13.x
memory leaked even after deinitializing arraylist
Understanding @TypeOf(context) argument
compare array in testing gives this error
New User
Recieving POST data using std.http
Validity of iterable directory handles after making changes to the directory
Answered
How to do a packed struct with array fields
Answered
Zig executable prints the exit error on the StdErr
"thread panic: reached unreachable code" while building an executable
Compiler
Answered
0.13.x
values of type must be comptime-known
How do i give a *const [8]u8 from a [8]u8 type
Can I safely return a pointer to a stack variable in an inline function?
New User
Answered
Optional optional pointer to function
How do I reference another project in the same folder
arraylist out of memory
New User
Answered
std.mem.concat slices argument
How to assign struct { type, type }
New User
Answered
is it better to use ArrayList or append a new array with one element to the original array
Answered
convert [32]u8 to *[]u8
Concat runtime slices
Answered
Can somebody smarter than me explain why this code is giving me a thread panic?
Unreachable code in zig stdlib on windows
Explain the dot syntax
Answered
how does `arrayList.append()` work?
comptime allocator?
Help with NoHash Context for HashMap
Answered
Annotating struct fields
How can I attach a context to a function pointer
How to create a test scoped function
Tagged union known type, get value
Null-terminated comptime slice concatenation
getting import error when testing caused in dependency
Passing an array of types to a struct
New User
Answered