Jay Petacat ff61c42879 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.
2023-08-27 20:57:46 -07:00
..
2023-05-11 20:31:52 +02:00
2021-06-21 17:03:03 -07:00
2022-03-05 11:31:51 +01:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2023-05-11 20:31:52 +02:00
2022-10-17 18:53:15 +03:00
2023-05-31 18:04:33 +02:00
2023-05-31 18:04:33 +02:00
2022-12-14 00:29:25 +00:00
2023-05-15 03:07:51 -04:00
2023-06-25 19:14:03 -04:00