(char-count s)
Count the number of Unicode codepoints in a string.
Note that this is different from (count s)
which counts the number
of 16-bit chars; so that would count codepoints outside the Basic
Multi-lingual Plane multiple times
Count the number of Unicode codepoints in a string. Note that this is different from `(count s)` which counts the number of 16-bit chars; so that would count codepoints outside the Basic Multi-lingual Plane multiple times
(checks coll)
Combine a collection of checks taking the same instance and path into a single check.
Combine a collection of checks taking the same instance and path into a single check.
Compile a check for the given JSON Schema key.
Path must be a canonical path to an existing key
Compile a check for the given JSON Schema key. Path must be a canonical path to an existing key
(keyword-error {:keys [specification]}
{:keys [path schema schema-path canonical-schema-path]
:as error})
(schema-validator {:keys [specification cache] :as context}
canonical-schema-path)
(validation-error {:keys [path schema-path canonical-schema-path schema]
:as error})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close