Liking cljdoc? Tell your friends :D
Clojure only.

trifl.meta


get-metaclj

(get-meta an-ns nss)

Takes the same form as the general get-in function:

(get-meta 'my.name.space ['my-func :doc])
Takes the same form as the general `get-in` function:

```
(get-meta 'my.name.space ['my-func :doc])
```
sourceraw docstring

get-metasclj

(get-metas an-ns)

Get metadata for a namespace.

Get metadata for a namespace.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close