Availability:built-in
- value_count(-Count)
- Number of key-value pairs in the trie.
- node_count(-Count)
- Number of nodes in the trie.
- size(-Bytes)
- Required storage space of the trie.
- hashed(-Count)
- Number of nodes that use a hashed index to its children.