maptrie

package
v0.0.0-...-39110ac Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() helper.Trie

Types

type Trie

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

func (*Trie) Contains

func (m *Trie) Contains(word []byte) bool

func (*Trie) ContainsString

func (m *Trie) ContainsString(word string) bool

func (*Trie) Count

func (m *Trie) Count() int

func (*Trie) Load

func (m *Trie) Load(word []byte) bool

func (*Trie) LoadString

func (m *Trie) LoadString(word string) bool

func (*Trie) PermuteAll

func (m *Trie) PermuteAll(letters []byte, consume bool) [][]byte

Jump to

Keyboard shortcuts

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