redplanetlabs / specter

Clojure(Script)'s missing piece
Apache License 2.0
2.51k stars 102 forks source link

Support MAP-VALS for records #306

Open jeff303 opened 3 years ago

jeff303 commented 3 years ago

Add implementation for IRecord almost identical to that of Object, but using a new empty-record fn

Throwing exception from map-keys-transform, since it doesn't really make sense to change the keys of a record

Adding simple test