Liking cljdoc? Tell your friends :D
Clojure only.

hara.common.hash


hash-labelclj

(hash-label obj)
(hash-label obj & more)

Returns a keyword repesentation of the hash-code. For use in generating internally unique keys

(hash-label 1) => "1" (hash-label "a" "b" "c") => "97_98_99" (hash-label "abc") => "96354"

Returns a keyword repesentation of the hash-code. For use in
generating internally unique keys

(hash-label 1) => "__1__"
(hash-label "a" "b" "c") => "__97_98_99__"
(hash-label "abc") => "__96354__"
raw docstring

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

× close