function
boot.janet on line 118 , column 1
(empty? iter )
Check if an iterable , `iter` , is empty.
(empty? : )
# => true
(empty? {})
# => true
(empty? [])
# => true
(empty? "" )
# => true