Skip to main content

apropos

function

clojure.repl/apropos

Available in:BBCLJ
(apropos [str-or-pattern])
Given a regular expression or stringable thing, return a seq of all public definitions in all currently-loaded namespaces that match the str-or-pattern.

No examples yet. Be the first to add one!