sort-methods ( alist -- alist' ) - Factor Documentation

sort-methods ( alist -- alist' )


Vocabulary
multi-methods

Inputs
alist an object


Outputs
alist' an object


Definition
USING: kernel sequences ;

IN: multi-methods

: sort-methods ( alist -- alist' )
[ [ first ] bi@ classes< ] topological-sort ;

AltStyle によって変換されたページ (->オリジナル) /