Liking cljdoc? Tell your friends :D
All platforms.

com.fulcrologic.rad.type-support.integer


parse-intclj/s

source

parse-longclj/s

(parse-long v)

Parse a string into an integer value. In CLJS this can return a Number or a goog.math.Long if it would overflow a js Number. Returns 0 if it cannot be parsed.

Parse a string into an integer value. In CLJS this can return a Number or a goog.math.Long
if it would overflow a js Number. Returns 0 if it cannot be parsed.
sourceraw docstring

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

× close