structural-typing.doc
Functions that jump to online documentation.
api
(api)Open this library’s API documentation in a browser.
To auto-load this and all such functions into the repl, put the following in project.clj:
 :repl-options {:init (do (require 'structural-typing.doc 'etc 'etc)
                          ;; List available api docs on repl startup:
                          (such.doc/apis))}