- (persistent-map [key value ...])procedure
Returns a persistent map, optionally populated with the given key value pairs.
Example:
(persistent-map 'foo 1 'bar 2) => #<persistent-hash-map (bar . 2) (foo . 1)>
Returns a persistent map, optionally populated with the given key value pairs.
Example:
(persistent-map 'foo 1 'bar 2) => #<persistent-hash-map (bar . 2) (foo . 1)>