Liking cljdoc? Tell your friends :D

trifl.core


->intclj

(->int str-int)

Convert a string to an integer.

Convert a string to an integer.
sourceraw docstring

boolclj

(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`).
sourceraw docstring

get-versionsclj

(get-versions)

Get useful version information.

Get useful version information.
sourceraw docstring

in?clj

(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.
sourceraw docstring

sys-propclj

(sys-prop prop-key)

Get a system property

Get a system property
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close