(->int str-int)
Convert a string to an integer.
Convert a string to an integer.
(bool arg)
This differs from the Clojure boolean
function in that, here, the
empty string is returned as false
(boolean
returns it as true
).
This differs from the Clojure `boolean` function in that, here, the empty string is returned as `false` (`boolean` returns it as `true`).
(get-versions)
Get useful version information.
Get useful version information.
(in? xs x)
This function returns true if the provided seqenuce contains the given elment.
This function returns true if the provided seqenuce contains the given elment.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close