(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close