mirror of
https://github.com/ziglang/zig.git
synced 2026-01-30 11:13:38 +00:00
The API of SinglyLinkedList was changed in 93384f7, removing the init function as well as the redundant allocation helper functions. This commit makes parallel changes to the API of TailQueue in order to keep the standard library consistent.