mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08: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
|
figure out what arity a function is or what variations of arguments it
|
||||||
takes, you can check the metadata like so:
|
takes, you can check the metadata like so:
|
||||||
|
|
||||||
```
|
```clojure
|
||||||
> (:arglists (meta #'str))
|
> (:arglists (meta #'str))
|
||||||
([] [x] [x & ys])
|
([] [x] [x & ys])
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user