Generic Function Last (3 methods)

( last seq )

Part of:

package fset
Returns the last element of seq, i.e., element (1- (size seq)). This
has methods for CL lists and sequences that are NOT COMPATIBLE with cl:last.
FSet exports lastcons as an arguably better name for the functionality of
cl:last.

Method Summary

last list  
last sequence  
last wb-seq