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


Vocabulary
sequences.extras

Inputs
nan integer
seqa sequence
quota quotation


Outputs
ian integer
eltan object


Word description
Similar to find-from, except quot is given the index of each element, and the index of the found element is pushed along with the found element.

Definition