chickadee » hash-trie » hash-trie/search

hash-trie/search HASH-TRIE KEY IF-FOUND IF-NOT-FOUNDprocedure

Searches for an association for KEY in HASH-TRIE. If there is one, tail-calls IF-FOUND with one argument, the datum associated with key. If not, tail-calls IF-NOT-FOUND with zero arguments.