(hash-map [] [& keyvals])keyval => key val
Returns a new hash map with supplied mappings. If any keys are
equal, they are handled as if by repeated uses of assoc.
Examples
No examples yet. Be the first to add one!
(hash-map [] [& keyvals])No examples yet. Be the first to add one!