Function: COMMON-LISP:SUBSEQ

package type clhs github

Return a copy of a subsequence of SEQUENCE starting with element number START and continuing to the end of SEQUENCE or the optional END.

Lambda list

(sequence sb-impl::start &optional sb-impl::end)