full? ( node -- ? ) - Factor Documentation

full? ( node -- ? )


Vocabulary
persistent .vectors .private

Inputs
node an object


Outputs
? an object


Definition
USING: accessors kernel sequences ;

IN: persistent.vectors.private

: full? ( node -- ? ) children>> length node-size = ;

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