#327
Collection 1
Difficulty: | Elementary |
Topics: |
A function can treat a collection differently depending on its type.
(= [:a :b :c 1] (__ (vector :a :b :c) 1)) | |
(= '(1 :a :b :c) (__ (list :a :b :c) 1)) |
Special Restrictions
cons