mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 20:58:15 +00:00
Package lines for core:container.
This commit is contained in:
@@ -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
|
||||
*/
|
||||
Reference in New Issue
Block a user