The function dotted-list-length
performs the same action as list-length
, except that if the last cdr
is not nil
then instead of signaling an error, it returns the number of cons
es plus 1.
LispWorks User Guide and Reference Manual - 20 Sep 2017