chickadee » srfi-225 » dict-keys

dict-keys dto dictprocedure

Returns a list of the keys of dict. If the dictionary type is inherently ordered, associations appear in that order; otherwise, in an arbitrary order. The order may change when new elements are added to dict.

(dict-keys dto dict)(1 3 5)