//
pkg.gl
Category
github.com/Vonage/gosrvlib
pkg
numtrie
package
1.101.9
Repository:
https://github.com/vonage/gosrvlib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
103 SLOC
#
Functions
New
New creates a new Node.
#
Constants
StatusMatchEmpty
0b10000001.
StatusMatchFull
0b00000000.
StatusMatchNo
0b10000011.
StatusMatchPartial
0b00000001.
StatusMatchPartialPrefix
0b00000011.
StatusMatchPrefix
0b00000010.
#
Structs
Node
Node is a numerical-indexed trie node that stores a value of any type.