There was an error while loading. Please reload this page.
1 parent 0ca3969 commit 0b11224Copy full SHA for 0b11224
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