chickadee » hash-trie » hash-trie->alist

hash-trie->alist HASH-TRIEprocedure
hash-trie/key->list HASH-TRIEprocedure
hash-trie/datum->list HASH-TRIEprocedure

hash-trie->alist returns a list of pairs, in no particular order, corresponding with the associations in HASH-TRIE, with keys in the cars and associated data in the respective cdrs.

hash-trie/key-list returns a list of all the keys in HASH-TRIE, in no particular order.

hash-trie/datum-list returns a list of all the data in HASH-TRIE, in no particular order.