mirror of
https://github.com/ziglang/zig.git
synced 2026-01-30 11:13:38 +00:00
These functions are rather useless and redundant as initializing the
struct directly is just as easy:
var node = TailQueue(u32).Node{ .data = 42 };