Availability:built-in
trie_insert(+Trie, 
+Term, +Value, -Handle)As trie_insert/3, 
returning a handle to the trie node. This predicate is currently unsafe 
as Handle is an integer used to encode a pointer. It was used 
to implement a pure Prolog version of the library(tabling) 
library.