trim-self ( seq -- newseq ) - Factor Documentation

trim-self ( seq -- newseq )


Vocabulary
lint .private

Inputs
seq an object


Outputs
newseq an object


Definition
USING: assocs sequences ;

IN: lint.private

: trim-self ( seq -- newseq )
[ [ (trim-self) ] filter ] assoc-map ;

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