(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |