find-keyword
functionv1.3
clojure.core/find-keyword
(find-keyword [name] [ns name])Returns a Keyword with the given namespace and name if one already
exists. This function will not intern a new keyword. If the keyword
has not already been interned, it will return nil. Do not use :
in the keyword strings, it will be added automatically.
Examples
No examples yet. Be the first to add one!