We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec14b8 commit 2f6fdfbCopy full SHA for 2f6fdfb
docs/yaml/elementary/dict.yml
@@ -45,9 +45,11 @@ methods:
45
46
- name: keys
47
returns: list[str]
48
- description: Returns an array of keys in the dictionary.
+ description: Returns an array of keys in the dictionary, sorted in ascending order.
49
50
- name: values
51
returns: list[any]
52
- description: Returns an array of values in the dictionary.
53
since: 1.8.0
+ description: |
54
+ Returns an array of values in the dictionary, sorted by the
55
+ corresponding keys in ascending order.
0 commit comments