Len returns the number of entries in the Trie
()
| 97 | Delete(prefix uint, key K) bool |
| 98 | // Len returns the number of entries in the Trie |
| 99 | Len() uint |
| 100 | // ForEach iterates over every element of the Trie in no particular |
| 101 | // order. If the function argument returns false the iteration stops. |
| 102 | ForEach(fn func(uint, K, T) bool) |
no outgoing calls