find-last-index ( ... seq quot: ( ... elt i -- ... ? ) -- ... i elt )


Vocabulary
sequences.extras

Inputs
seqa sequence
quota quotation


Outputs
ian integer
eltan object


Word description
A simpler variant of find-last-index-from, with starting index set to 0.

Definition