Liking cljdoc? Tell your friends :D

std.lang.model.spec-xtalk.fn-r


+r+clj


+r-arr+clj


+r-core+clj


+r-custom+clj


+r-global+clj


+r-iter+clj


+r-js+clj


+r-lu+clj


+r-math+clj


+r-promise+clj


+r-return+clj


+r-socket+clj


+r-str+clj


+r-thread+clj


+r-type+clj


r-tf-x-applyclj

(r-tf-x-apply [_ f args])

r-tf-x-arr-popclj

(r-tf-x-arr-pop [_ arr])

r-tf-x-arr-pop-firstclj

(r-tf-x-arr-pop-first [_ arr])

r-tf-x-arr-pushclj

(r-tf-x-arr-push [_ arr item])

r-tf-x-arr-push-firstclj

(r-tf-x-arr-push-first [_ arr item])

r-tf-x-catclj

(r-tf-x-cat [_ & args])

r-tf-x-delclj

(r-tf-x-del [_ obj])

r-tf-x-errclj

(r-tf-x-err [_ msg])

r-tf-x-evalclj

(r-tf-x-eval [_ s])

r-tf-x-get-keyclj

(r-tf-x-get-key [_ obj key default])

r-tf-x-global-delclj

(r-tf-x-global-del [_ sym])

r-tf-x-global-has?clj

(r-tf-x-global-has? [_ sym])

r-tf-x-global-setclj

(r-tf-x-global-set [_ sym val])

r-tf-x-has-key?clj

(r-tf-x-has-key? [_ obj key check])

r-tf-x-is-array?clj

(r-tf-x-is-array? [_ e])

r-tf-x-is-boolean?clj

(r-tf-x-is-boolean? [_ e])

r-tf-x-is-function?clj

(r-tf-x-is-function? [_ e])

r-tf-x-is-number?clj

(r-tf-x-is-number? [_ e])

r-tf-x-is-object?clj

(r-tf-x-is-object? [_ e])

r-tf-x-is-string?clj

(r-tf-x-is-string? [_ e])

r-tf-x-json-decodeclj

(r-tf-x-json-decode [_ s])

r-tf-x-json-encodeclj

(r-tf-x-json-encode [_ obj])

r-tf-x-lenclj

(r-tf-x-len [_ arr])

r-tf-x-lu-delclj

(r-tf-x-lu-del [_ lu obj])

converts map to array

converts map to array
raw docstring

r-tf-x-lu-eqclj

(r-tf-x-lu-eq [_ o1 o2])

converts map to array

converts map to array
raw docstring

r-tf-x-lu-getclj

(r-tf-x-lu-get [_ lu obj])

converts map to array

converts map to array
raw docstring

r-tf-x-lu-setclj

(r-tf-x-lu-set [_ lu obj gid])

converts map to array

converts map to array
raw docstring

r-tf-x-m-absclj

(r-tf-x-m-abs [_ num])

r-tf-x-m-acosclj

(r-tf-x-m-acos [_ num])

r-tf-x-m-asinclj

(r-tf-x-m-asin [_ num])

r-tf-x-m-atanclj

(r-tf-x-m-atan [_ num])

r-tf-x-m-ceilclj

(r-tf-x-m-ceil [_ num])

r-tf-x-m-cosclj

(r-tf-x-m-cos [_ num])

r-tf-x-m-coshclj

(r-tf-x-m-cosh [_ num])

r-tf-x-m-expclj

(r-tf-x-m-exp [_ num])

r-tf-x-m-floorclj

(r-tf-x-m-floor [_ num])

r-tf-x-m-log10clj

(r-tf-x-m-log10 [_ num])

r-tf-x-m-logeclj

(r-tf-x-m-loge [_ num])

r-tf-x-m-maxclj

(r-tf-x-m-max [_ & args])

r-tf-x-m-minclj

(r-tf-x-m-min [_ & args])

r-tf-x-m-modclj

(r-tf-x-m-mod [_ num denom])

r-tf-x-m-powclj

(r-tf-x-m-pow [_ base n])

r-tf-x-m-quotclj

(r-tf-x-m-quot [_ num denom])

r-tf-x-m-sinclj

(r-tf-x-m-sin [_ num])

r-tf-x-m-sinhclj

(r-tf-x-m-sinh [_ num])

r-tf-x-m-sqrtclj

(r-tf-x-m-sqrt [_ num])

r-tf-x-m-tanclj

(r-tf-x-m-tan [_ num])

r-tf-x-m-tanhclj

(r-tf-x-m-tanh [_ num])

r-tf-x-nil?clj

(r-tf-x-nil? [_ obj])

r-tf-x-not-nil?clj

(r-tf-x-not-nil? [_ obj])

r-tf-x-printclj

(r-tf-x-print [_ & args])

r-tf-x-randomclj

(r-tf-x-random _)

r-tf-x-return-encodeclj

(r-tf-x-return-encode [_ out id key])

r-tf-x-return-evalclj

(r-tf-x-return-eval [_ s wrap-fn])

r-tf-x-return-wrapclj

(r-tf-x-return-wrap [_ f encode-fn])

r-tf-x-shellclj

(r-tf-x-shell [_ s cm])

r-tf-x-socket-closeclj

(r-tf-x-socket-close [_ conn])

r-tf-x-socket-connectclj

(r-tf-x-socket-connect [_ host port opts])

r-tf-x-socket-sendclj

(r-tf-x-socket-send [_ conn s])

r-tf-x-str-index-ofclj

(r-tf-x-str-index-of [_ s tok])

r-tf-x-str-joinclj

(r-tf-x-str-join [_ s arr])

r-tf-x-str-lenclj

(r-tf-x-str-len [_ s])

r-tf-x-str-replaceclj

(r-tf-x-str-replace [_ s tok replacement])

r-tf-x-str-splitclj

(r-tf-x-str-split [_ s tok])

r-tf-x-str-substringclj

(r-tf-x-str-substring [_ s start & [end]])

r-tf-x-str-to-lowerclj

(r-tf-x-str-to-lower [_ s])

r-tf-x-str-to-upperclj

(r-tf-x-str-to-upper [_ s])

r-tf-x-to-numberclj

(r-tf-x-to-number [_ e])

r-tf-x-to-stringclj

(r-tf-x-to-string [_ e])

r-tf-x-type-nativeclj

(r-tf-x-type-native [_ obj])

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close