node-nth ( i node -- obj ) - Factor Documentation

node-nth ( i node -- obj )


Vocabulary
persistent .vectors .private

Inputs
i an object
node an object


Outputs
obj an object


Definition
USING: accessors kernel sequences ;

IN: persistent.vectors.private

: node-nth ( i node -- obj )
[ node-mask ] [ children>> ] bi* nth ;

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