(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"
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close