zig's biggest feature is comptime. completely removes need for generics as types exist as first class at compile time. also all functions can run at comlile time. no exceptions.
for example the Vec function accepts a type as and returns a struct that can hold arbitrary amounts of said type on the heap.
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments