Defines LangStr type to inform #voc/lstr custom reader tag
Defines LangStr type to inform #voc/lstr custom reader tag
(lang langStr)
returns the language tag associated with langStr
returns the language tag associated with `langStr`
A regex matching and destructuring valid LangStr format.
A regex matching and destructuring valid LangStr format.
(read-LangStr form)
Returns an instance of LangStr parsed from form
Where:
form
:- str
@lang
Returns an instance of LangStr parsed from `form` Where: - `form` :- `str`@`lang`
(read-LangStr-cljs form)
Returns a macro expression for read-LangStr suitable for insertion and interpretation in cljs source.
Returns a macro expression for read-LangStr suitable for insertion and interpretation in cljs source.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close