search

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2022 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BSNode

type BSNode struct {
	// contains filtered or unexported fields
}

type BSTree

type BSTree struct {
	// contains filtered or unexported fields
}

func NewBSTree

func NewBSTree() *BSTree

func (*BSTree) Add

func (tree *BSTree) Add(k, v string)

func (*BSTree) Del

func (tree *BSTree) Del(k string)

func (*BSTree) Find

func (tree *BSTree) Find(k string) (string, bool)

type KV

type KV struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL