mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Further overhaul of package line comments.
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
// package rbtree implements a red-black tree.
|
||||
package container_rbtree
|
||||
@@ -1,3 +1,4 @@
|
||||
// A red-black tree with the same API as our AVL tree.
|
||||
package container_rbtree
|
||||
|
||||
@(require) import "base:intrinsics"
|
||||
|
||||
Reference in New Issue
Block a user