New number-related #gogen Go (#golang) package:
* #numtrie (https://pkg.go.dev/github.com/tecnickcom/gogen/pkg/numtrie): Provides an efficient numerical-indexed trie data structure. The trie allows to store and quickly retrieve values of any type associated with a numerical key. In particular, this implementation supports partial matches and returns a multi-status code on the type of match.