arg-sort ( seq -- indices )


Vocabulary
sequences.extras

Inputs
seqa sequence


Outputs
indicesan object


Word description
Given a sequence seq, push a sequence of indices that when indexed into, sort the given sequence.

Definition