mirror of
https://github.com/jbranchaud/til
synced 2026-01-02 22:58:01 +00:00
Specify the code block as clojure.
This commit is contained in:
@@ -6,7 +6,7 @@ lists are stored as metadata for the function. So, if you are trying to
|
||||
figure out what arity a function is or what variations of arguments it
|
||||
takes, you can check the metadata like so:
|
||||
|
||||
```
|
||||
```clojure
|
||||
> (:arglists (meta #'str))
|
||||
([] [x] [x & ys])
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user