node-shift ( m n -- x )


Vocabulary
persistent.vectors

Definition
USING: math ;

IN: persistent.vectors

: node-shift ( m n -- x ) -5 * shift ; inline