(file-values->uri-string m)
Postwalk's a map to replace all file values with string uris
Postwalk's a map to replace all file values with string uris
(input-stream->byte-array in)
(input-stream? in)
(slurp-input-stream is)
(strip-nil m)
Strips any keys with nil values from a map
Strips any keys with nil values from a map
(strip-ns m)
Strips the namespace from all top-level keys in a map
Strips the namespace from all top-level keys in a map
(to-input-stream data)
Converts data to an input stream when there is a conversion path. Returns the data unchanged otherwise.
Converts data to an input stream when there is a conversion path. Returns the data unchanged otherwise.
(to-uri x)
(upsert-ns m namespace-name)
Adds or replaces the namespace of all top-level keys in a map
Adds or replaces the namespace of all top-level keys in a map
(uri-inst? uri)
(uri-matches? uri protocol)
(uri? uri)
(when-let* bindings & body)
(xf-sort)
(xf-sort cmp)
A sorting transducer. Mostly a syntactic improvement to allow composition of sorting with the standard transducers, but also provides a slight performance increase over transducing, sorting, and then continuing to transduce.
A sorting transducer. Mostly a syntactic improvement to allow composition of sorting with the standard transducers, but also provides a slight performance increase over transducing, sorting, and then continuing to transduce.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close