ClojureDocs

Nav

Namespaces

dir

  • (dir nsname)
Prints a sorted directory of public vars in a namespace
1 Example
user=> (require 'clojure.string 'clojure.repl)

user=> (clojure.repl/dir clojure.string)
blank?
capitalize
escape
join
lower-case
replace
replace-first
reverse
split
split-lines
trim
trim-newline
triml
trimr
upper-case
See Also

Prints documentation for a var or special form given its name, or for a spec if given a keyword

Prints the source code for the given symbol, if it can find it. This requires that the symbol reso...

Given a regular expression or stringable thing, return a seq of all public definitions in all curren...

0 Notes
No notes for dir