Liking cljdoc? Tell your friends :D

namban.jitsuyo

clj

Utility functions and macros.

Utility functions and macros.
raw docstring

charcodeclj/s

(charcode c)

Returns character code, or nil if input is nil.

Returns character code, or nil if input is nil.
raw docstring

cljs?clj/s

(cljs?)

Determines if the file is running in a ClojureScript or Clojure context.

Determines if the file is running in a ClojureScript or Clojure context.
raw docstring

ffilterclj/s

(ffilter pred coll)

Returns the first item of coll for which (pred item) returns logical true. Consumes sequences up to the first match, will consume the entire sequence and return nil if no match is found. Shamelessly copied from: https://github.com/richhickey/clojure-contrib/blob/95dddbbdd748b0cc6d9c8486b8388836e6418848/src/main/clojure/clojure/contrib/seq.clj#L179

Returns the first item of coll for which (pred item) returns logical true.
Consumes sequences up to the first match, will consume the entire sequence
and return nil if no match is found.
Shamelessly copied from: https://github.com/richhickey/clojure-contrib/blob/95dddbbdd748b0cc6d9c8486b8388836e6418848/src/main/clojure/clojure/contrib/seq.clj#L179
raw docstring

varclj/s

(var v)

var compatibility for Clojurescript.

`var` compatibility for Clojurescript.
raw docstring

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

× close