ClojureDocs

导航

命名空间

访问器

clojure.core

1.0 之后提供 (源代码)
  • (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.