Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
sorting.extras vocabulary
Factor documentation
>
Factor handbook
>
Vocabulary index
Summary
sorting.extras vocabulary
Words
Ordinary words
Word
Stack effect
argsort
( seq quot: ( obj1 obj2 -- <=> ) -- sortedseq )
map-sort
( ... seq quot: ( ... elt -- ... key ) -- ... sortedseq )
Files
resource:extra/sorting/extras/extras.factor
resource:extra/sorting/extras/extras-docs.factor
resource:extra/sorting/extras/extras-tests.factor