Beispiel #1
0
func getNodeData(node *trie.TernaryNode) *Data {
	d, _ := node.Value().(*Data)
	return d
}