Skip to main content

accessor

functionv1.0

clojure.core/accessor

(accessor [s key])
Returns a fn that, given an instance of a structmap with the basis, returns the value at the key. The key must be in the basis. The returned function should be (slightly) more efficient than using get, but such use of accessors should be limited to known performance-critical areas.

No examples yet. Be the first to add one!