Prev: dict_del_elem

dict_keys

dict_keys(dictionary)
This function returns a list of the keys of the associations in dictionary.

dict_keys(#[["foo", 1"], ["bar", 2], ['baz, 3]])
     => ["foo", "bar", 'baz]