arg-min ( seq -- n )


Vocabulary
sequences.extras

Inputs
seqa sequence


Outputs
nan integer


Word description
Outputs the index of the element with the smallest value in seq.

See also
arg-max

Definition