(resource-entry x)
creates a entry-path based on input
(resource-entry "hello/world.txt") => "hello/world.txt"
(resource-entry 'version-clj.core) => "version_clj/core.clj"
(resource-entry java.io.File) => "java/io/File.class"
creates a entry-path based on input (resource-entry "hello/world.txt") => "hello/world.txt" (resource-entry 'version-clj.core) => "version_clj/core.clj" (resource-entry java.io.File) => "java/io/File.class"
(resource-entry-symbol sym)
creates a path based on a symbol
(resource-entry-symbol 'hara.test) => "hara/test.clj"
(resource-entry-symbol 'clojure.lang.AFn) => "clojure/lang/AFn.class"
creates a path based on a symbol (resource-entry-symbol 'hara.test) => "hara/test.clj" (resource-entry-symbol 'clojure.lang.AFn) => "clojure/lang/AFn.class"
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |