Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RBTree ¶
type RBTree[K, V any] struct { // contains filtered or unexported fields }
RBTree is a red-black tree
func (*RBTree[K, V]) Del ¶
func (t *RBTree[K, V]) Del(key K)
Del deletes the stored value by given key
Click to show internal directories.
Click to hide internal directories.