Using the .method form maps the method call to Clojure's natural function position.
Examples:
; bad (. obj method args)
; good (.method obj args)
Using the `.method` form maps the method call to Clojure's natural function position. Examples: ; bad (. obj method args) ; good (.method obj args)
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 |