diff options
| author | Jay Petacat <jay@jayschwa.net> | 2023-08-27 16:06:39 -0600 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-08-27 20:57:46 -0700 |
| commit | ff61c428793ff382c8d521638b416ca288e53de5 (patch) | |
| tree | e0a10146c9f2f74d6e816e08764a5d1b8ff05d44 /src/codegen/c.zig | |
| parent | 750998eef62a70dbea8c3ba1d44245f506370911 (diff) | |
| download | zig-ff61c428793ff382c8d521638b416ca288e53de5.tar.gz zig-ff61c428793ff382c8d521638b416ca288e53de5.zip | |
std: Rename `TailQueue` to `DoublyLinkedList`
`TailQueue` was implemented as a doubly-linked list, but named after an
abstract data type. This was inconsistent with `SinglyLinkedList`, which
can be used to implement an abstract data type, but is still named after
the implementation. Renaming `TailQueue` to `DoublyLinkedList` improves
consistency between the two type names, and should help discoverability.
`TailQueue` is now a deprecated alias of `DoublyLinkedList`.
Related to issues #1629 and #8233.
Diffstat (limited to 'src/codegen/c.zig')
0 files changed, 0 insertions, 0 deletions
