Availability:built-in
[nondet]trie_gen(+Trie, 
?Key, -Value)True when Key is associated with Value in Trie. 
Backtracking retrieves all pairs. Currently scans the entire trie, even 
if Key is partly known. Currently unsafe if Trie 
is modified while the values are being enumerated. See also
trie_gen_compiled/3.