Public Vars

Back

hash-set (clj)

(source)

function

(hash-set) (hash-set & keys)
Returns a new hash set with supplied keys. Any equal keys are handled as if by repeated uses of conj.

Examples