Liking cljdoc? Tell your friends :D
Clojure only.

grafter.vocabularies.core


prefixerclj

(prefixer uri-prefix)

Takes the base prefix of a URI string and returns a function that concatenates its argument onto the end of it e.g. ((prefixer "http://example.org/") "foo") ;; => "http://example.org/foo"

Takes the base prefix of a URI string and returns a function that
concatenates its argument onto the end of it e.g.
((prefixer "http://example.org/") "foo") ;; => "http://example.org/foo"
sourceraw docstring

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

× close