Documentation
¶
Index ¶
- Constants
- type Leaf
- type Node
- type Page
- type PathItem
- type Tree
- func (t *Tree[K, V]) Begin() *Leaf[K, V]
- func (t *Tree[K, V]) Clear()
- func (t *Tree[K, V]) Del(key K)
- func (t *Tree[K, V]) End() *Leaf[K, V]
- func (t *Tree[K, V]) Get(key K) V
- func (t *Tree[K, V]) Has(key K) bool
- func (t *Tree[K, V]) Rbegin() *Leaf[K, V]
- func (t *Tree[K, V]) Rend() *Leaf[K, V]
- func (t *Tree[K, V]) Set(key K, value V)
- func (t Tree[K, V]) String() string
Constants ¶
View Source
const DefaultOrder = 46
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.