Function: viper-subseq
viper-subseq is a for cl-subseq, defined in
cl-extra.el.gz.
This function is obsolete since 28.1; use cl-subseq instead.
Signature
(viper-subseq SEQ START &optional END)
Documentation
Return the subsequence of SEQ from START to END.
If END is omitted, it defaults to the length of the sequence. If START or END is negative, it counts from the end. Signal an error if START or END are outside of the sequence (i.e too large if positive or too small if negative).
Aliases
viper-subseq (obsolete since 28.1)
subseq (obsolete since 27.1)