accum2>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: accum2>> ( object -- value )


Methods
USING: accessors kernel.private slots.private sorting.private
vectors ;

M: merge-state accum2>> 5 slot { vector } declare ; inline