Liking cljdoc? Tell your friends :D
Mostly clj/s.
Exceptions indicated.

ont-app.vocabulary.lstr

clj

Defines LangStr type to inform #voc/lstr custom reader tag.

Defines LangStr type to inform #voc/lstr custom reader tag.
raw docstring

langclj/s

(lang langStr)

Returns the language tag associated with langStr.

Returns the language tag associated with `langStr`.
sourceraw docstring

notescljs

An atom containing the writer used for IPrintWithWriter of cljs version of LangStr.

An atom containing the writer used for IPrintWithWriter of cljs version of LangStr.
sourceraw docstring

parseclj/s

(parse form)

Returns [datum type] for s, or nil.

  • Where -s is a string :~ datum^^type
    • datum is a string
    • type is is a string
Returns [`datum` `type`] for `s`, or nil.
- Where
  -`s` is a string :~ `datum`^^`type`
  - `datum` is a string
  - `type` is is a string
sourceraw docstring

read-LangStrclj/s

(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`
sourceraw docstring

read-LangStr-cljsclj/s

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close