mirror of
https://github.com/janet-lang/janet
synced 2024-11-25 01:37:19 +00:00
Update docstring.
This commit is contained in:
parent
ebfa07f8ce
commit
ce3d574c41
@ -1392,7 +1392,7 @@
|
|||||||
arr)
|
arr)
|
||||||
|
|
||||||
(defn pairs
|
(defn pairs
|
||||||
"Get the values of an associative data structure."
|
"Get the key-value pairs of an associative data structure."
|
||||||
[x]
|
[x]
|
||||||
(def arr (array/new (length x)))
|
(def arr (array/new (length x)))
|
||||||
(var k (next x nil))
|
(var k (next x nil))
|
||||||
|
Loading…
Reference in New Issue
Block a user