includestring

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StringTrie

type StringTrie struct {
	Dynamic  bool
	Content  string
	Constant string
	Children []StringTrie
}

func (*StringTrie) AddChild

func (st *StringTrie) AddChild(child StringTrie)

func (*StringTrie) AddLeaf

func (st *StringTrie) AddLeaf(leaf StringTrie)

func (*StringTrie) Consolidate

func (st *StringTrie) Consolidate(params ...int)

func (StringTrie) DfsPaths

func (st StringTrie) DfsPaths() []StringTrie

func (*StringTrie) IsSimpleString

func (st *StringTrie) IsSimpleString(ct ...*map[string]StringTrie) bool

func (*StringTrie) ResolveConstants

func (st *StringTrie) ResolveConstants(ct *map[string]StringTrie)

func (StringTrie) SimpleString

func (st StringTrie) SimpleString() string

Jump to

Keyboard shortcuts

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