(fqns)
(fqns symbol-or-string)
poll fully qualified namespace of symbol 's'
poll fully qualified namespace of symbol 's'
(interns)
(interns n)
inspect public symbols of namespace
inspect public symbols of namespace
(ns-find re)
(ns-find re n)
perform a regex search of public symbols in a namespace re - regex pattern (or string which will be coerced to a pattern) n - namespace symbol (either quoted or unquoted via stringify)
perform a regex search of public symbols in a namespace re - regex pattern (or string which will be coerced to a pattern) n - namespace symbol (either quoted or unquoted via stringify)
(ponder x)
Show public methods of x
without packaging
Show public methods of `x` without packaging
(publics)
(publics n)
inspect public symbols of namespace
inspect public symbols of namespace
(refers)
(refers n)
inspect referenced symbols of namespace
inspect referenced symbols of namespace
(seq-matches re sq)
filter a sequence by coercing items to a string and applying re-find with a supplied regex re - regex pattern (or string which will be coerced to a pattern) sq - sequence of strings or string coercible objects
filter a sequence by coercing items to a string and applying re-find with a supplied regex re - regex pattern (or string which will be coerced to a pattern) sq - sequence of strings or string coercible objects
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close