values
function:
- Can also be called as
vals
Get the list of values from an object.
Examples:
- running:
(values {"key-1": 1, "key-2": false})
will give:[1, false]
- running:
(values [1, 2, 4])
will return nothing
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
values
function:vals
Get the list of values from an object.
(values {"key-1": 1, "key-2": false})
will give: [1, false]
(values [1, 2, 4])
will return nothing