Utility functions common to translation
Utility functions common to translation
(decode-boolean _spec value)
Decode an XML-like Boolean string to an actual boolean
Decode an XML-like Boolean string to an actual boolean
(decode-sequence _parent-spec child-spec value)
Decode a sequence of elements using the spec definition of the members of that sequence
Decode a sequence of elements using the spec definition of the members of that sequence
(decode-wrapper _parent-spec child-spec value)
Decode a wrapped map using the spec definition of the members of that sequence
Decode a wrapped map using the spec definition of the members of that sequence
(deformat s)
Remove formatting specific to Windows (since we're ingesting XML) and double spacing
Remove formatting specific to Windows (since we're ingesting XML) and double spacing
(encode-boolean _spec value)
Encode a boolean into an XML-like Boolean string
Encode a boolean into an XML-like Boolean string
(encode-sequence _parent-spec child-spec value)
Encode a sequence of elements using the spec definition of the members of that sequence
Encode a sequence of elements using the spec definition of the members of that sequence
(encode-wrapper _parent-spec child-spec value)
Encode a wrapped map using the spec definition of the members of that sequence
Encode a wrapped map using the spec definition of the members of that sequence
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close