Package lines for core:container.

This commit is contained in:
Jeroen van Rijn
2025-10-09 14:58:50 +02:00
parent 5a154a1775
commit 9c7fe1d8a7
9 changed files with 24 additions and 11 deletions
+4 -2
View File
@@ -1,3 +1,6 @@
// package list implements an intrusive doubly-linked list.
package container_intrusive_list
/*
Package list implements an intrusive doubly-linked list.
@@ -45,5 +48,4 @@ Example:
Output:
Hello
World
*/
package container_intrusive_list
*/