maximum-by* ( ... seq quot: ( ... elt -- ... x ) -- ... i elt )


Vocabulary
sequences.extras

Inputs
seqa sequence
quota quotation


Outputs
ian integer
eltan object


Word description
A variant of maximum-by that pushes the index of the greated element along with the greatest element.

Definition