niceify-method ( seq -- seq ) - Factor Documentation

niceify-method ( seq -- seq )


Vocabulary
multi-methods

Inputs
seq an object


Outputs
seq an object


Definition
USING: kernel sequences ;

IN: multi-methods

: niceify-method ( seq -- seq )
[ dup \ f eq? [ drop f ] when ] map ;

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