change-Count ( object quot -- object ) - Factor Documentation

change-Count ( object quot -- object )


Vocabulary
accessors

Inputs
object an object
quot an object


Outputs
object an object


Definition
USING: kernel ;

IN: accessors

: change-Count ( object quot -- object )
over [ [ Count>> ] dip call ] dip swap >>Count ; inline

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