A special directive that always matches regardless of the number or form of arguments provided. Useful as a terminal fall-through case when mocking.
For example: (providing [(inc any-args?) :placeholder-inc-result] (inc 1) ;=> :placeholder-inc-result (inc 1 2 3 4) ;=> :placeholder-inc-result)
A special directive that always matches regardless of the number or form of arguments provided. Useful as a terminal fall-through case when mocking. For example: (providing [(inc any-args?) :placeholder-inc-result] (inc 1) ;=> :placeholder-inc-result (inc 1 2 3 4) ;=> :placeholder-inc-result)
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 |