Tools for viewing, searching, querying, and testing Clojure metadata.
Tools for viewing, searching, querying, and testing Clojure metadata.
(doc doc)
Use to annotate a metadata value if you want a ::meta/doc
under an arbitrary key.
Use to annotate a metadata _value_ if you want a `::meta/doc` under an arbitrary key.
(example example)
Use to annotate a metadata value if you want a ::meta/example
under an arbitrary key.
Use to annotate a metadata _value_ if you want a `::meta/example` under an arbitrary key.
(fn-table fn-table)
Use to annotate a metadata value if you want a ::meta/fn-table
under an arbitrary key.
Use to annotate a metadata _value_ if you want a `::meta/fn-table` under an arbitrary key.
(imeta metadata)
Use with meta/view, meta/check, etc., when authoring metadata and before it's been added to the final target IMeta.
Use with meta/view, meta/check, etc., when authoring metadata and before it's been added to the final target IMeta.
(tutorial tutorial)
Use to annotate a metadata value if you want a ::meta/tutorial
under an arbitrary key.
Use to annotate a metadata _value_ if you want a `::meta/tutorial` under an arbitrary key.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close