Skip to content

Commit d34d3fc

Browse files
committed
docs: add a word about dict:keys order
1 parent a1844b7 commit d34d3fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dict.ark

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
(let remove (fun (_D _key) (builtin__dict:remove _D _key)))
8989

9090
# @brief Returns a list of the keys of a dictionary
91+
# @details Keys are returned in the order they were added, unless a removal occurred
9192
# @param _D dictionary
9293
# =begin
9394
# (let data (dict "key" "value" 5 12))

0 commit comments

Comments
 (0)