#327
Collection 1
 

Difficulty:Elementary
Topics:


A function can treat a collection differently depending on its type.
test not run
(= [:a :b :c 1] (__ (vector :a :b :c) 1))
test not run
(= '(1 :a :b :c) (__ (list :a :b :c) 1))
Special Restrictions
  • cons


  • Code which fills in the blank: