factor/extra/sorting/extras/extras-docs.factor

7 lines
323 B
Factor
Raw Normal View History

2014-06-02 17:27:50 -04:00
USING: help.markup help.syntax sequences ;
IN: sorting.extras
HELP: map-sort
{ $values { "seq" sequence } { "quot" { $quotation ( ... elt -- ... key ) } } { "sortedseq" "a new sorted sequence" } }
{ $description "Sort the elements of " { $snippet "seq" } " a sequence using " { $snippet "quot" } " as a key function." } ;