mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 04:38:16 +00:00
Package lines for core:container.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
// package rbtree implements a red-black tree
|
||||
package container_rbtree
|
||||
@@ -1,4 +1,3 @@
|
||||
// This package implements a red-black tree
|
||||
package container_rbtree
|
||||
|
||||
@(require) import "base:intrinsics"
|
||||
|
||||
Reference in New Issue
Block a user