We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c497fd commit 196bfddCopy full SHA for 196bfdd
1 file changed
Dict.ark
@@ -24,6 +24,7 @@
24
25
# @brief Checks if the dictionary has a given key
26
# @param _D dictionary
27
+# @param _key key to check for its presence in the dict
28
# =begin
29
# (let data (dict "key" "value"))
30
# (print (dict:contains? data "key")) # true
0 commit comments