(second coll)
Returns the second item in coll.
coll
Same as (first (next coll))
(first (next coll))
Same as (first (next x))
(defn second [coll] (first (next coll)))