chickadee » srfi-116 » ilast

ilast ipairprocedure
last-ipair ipairprocedure

Returns the last element of the non-empty, possibly dotted, ilist ipair. last-ipair returns the last ipair in the non-empty ilist pair.

(ilast (iq a b c))      ;=> c
(last-ipair (iq a b c)) ;=> (c)