For a list or queue, same as first, for a vector, same as, but much
more efficient than, last. If the collection is empty, returns nil.
Source
(defnpeek"For a list or queue, same as first, for a vector, same as, but much\n more efficient than, last. If the collection is empty, returns nil."[coll](when-not(nil?coll)(-peekcoll)))