Isaac Yonemoto
|
a35b113def
|
Merge 3ae7876a50 into e4be00f949
|
2025-11-25 13:29:46 +01:00 |
|
IOKG04
|
a83db33ba2
|
*LinkedList.remove() assumes node is in the list
probably closes https://github.com/ziglang/zig/issues/16795
|
2025-10-25 21:10:02 -07:00 |
|
Isaac Yonemoto
|
412e48db23
|
renames "payload" to "item" so that payload refers to "data" field
|
2025-05-23 10:43:46 -04:00 |
|
Isaac Yonemoto
|
f5c2d6e865
|
adds DoublyLinkedList implementation for completeness
|
2025-05-23 10:41:20 -04:00 |
|
Andrew Kelley
|
337e1109f5
|
std.DoublyLinkedList: remove length tracking
this is trivial to tack on, and in my experience it is rarely wanted.
|
2025-04-03 15:57:35 -07:00 |
|
Andrew Kelley
|
3b77a845f9
|
de-genericify DoublyLinkedList
by making it always intrusive, we make it more broadly useful API, and
avoid binary bloat.
|
2025-04-03 15:35:21 -07:00 |
|