map-find-last-index ( ... seq quot: ( ... elt index -- ... result/f ) -- ... result i elt )


Vocabulary
sequences.extras

Inputs
seqa sequence
quota quotation


Outputs
resultan object
ian integer
eltan object


Word description
A version of map-find-index where the index of the found element, if any, is returned.

Definition


: map-find-last-index
( ... seq quot: ( ... elt index -- ... result/f ) -- ... result i elt )
[ find-last-index ] (map-find-index) ; inline