Ejemplo n.º 1
0
func getNodeData(node *trie.TernaryNode) *nodeData {
	d, _ := node.Value().(*nodeData)
	return d
}