|
|
|
|
|
by reissbaker
425 days ago
|
|
Zig has no desire to remove comptime AFAIK (comptime being the larger Zig feature by which people implement generics in the language) — comptime is pretty much the reason to use Zig. The benefits of intrusive linked lists are higher performance; you can use comptime to still have decoupled code. |
|