function
boot.janet on line 911 , column 1
(one? x )
Check if x is equal to 1.
(one? :dude ) # => false
(one? 1 ) # => true
(map one? [0 1 2 ]) # => @[false true false]
(one? (math/next 1 math/inf )) # => false